upgrade annotation type

upgrade bdledger sdk
This commit is contained in:
CaiHQ
2022-11-15 11:37:08 +08:00
parent 9317385bd9
commit 07174bb3b4
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)
}