Merge remote-tracking branch 'origin/master' into lyh_dev to update AnnotationHook

This commit is contained in:
haoeliu@foxmail.com
2022-11-15 11:47:28 +08:00
14 changed files with 91 additions and 85 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
group = "org.bdware.sc"
version = "1.6.91"
version = "1.7.1"
repositories {
mavenCentral()
mavenLocal()
@@ -61,8 +61,8 @@ jar {
// uncomment this when publish,
//while develop at local use "false"
configurations.runtimeClasspath.filter {
// it.getAbsolutePath().contains("/lib/")
false
it.getAbsolutePath().contains("/lib/")
// false
}.collect {
it.isDirectory() ? it : zipTree(it)
}