mirror of
https://gitee.com/BDWare/cp.git
synced 2025-12-28 01:49:26 +00:00
Merge branch 'pr_1'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user