mirror of
https://gitee.com/BDWare/cp.git
synced 2025-12-28 01:49:26 +00:00
merge newest origin/master
This commit is contained in:
@@ -6,7 +6,11 @@ plugins {
|
||||
}
|
||||
|
||||
group = "org.bdware.sc"
|
||||
<<<<<<< HEAD
|
||||
version = "2.0.0"
|
||||
=======
|
||||
version = "1.7.2"
|
||||
>>>>>>> origin/master
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
@@ -61,7 +65,7 @@ jar {
|
||||
// uncomment this when publish,
|
||||
//while develop at local use "false"
|
||||
configurations.runtimeClasspath.filter {
|
||||
// it.getAbsolutePath().contains("/lib/")
|
||||
// it.getAbsolutePath().contains("/lib/")
|
||||
false
|
||||
}.collect {
|
||||
it.isDirectory() ? it : zipTree(it)
|
||||
|
||||
Reference in New Issue
Block a user