Merge branch 'pr_1'

This commit is contained in:
CaiHQ
2023-02-20 16:02:42 +08:00
13 changed files with 819 additions and 32 deletions

View File

@@ -6,7 +6,8 @@ plugins {
}
group = "org.bdware.sc"
version = "1.7.2"
version = "1.8.0"
repositories {
mavenCentral()
mavenLocal()
@@ -59,7 +60,7 @@ jar {
}
from {
// uncomment this when publish,
//while develop at local use "false"
// while develop at local use "false"
configurations.runtimeClasspath.filter {
// it.getAbsolutePath().contains("/lib/")
false