merge newest origin/master

This commit is contained in:
haoeliu@foxmail.com
2022-11-29 15:21:41 +08:00
7 changed files with 103 additions and 18 deletions

View File

@@ -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)