mirror of
https://gitee.com/BDWare/cp.git
synced 2025-12-28 01:49:26 +00:00
fix rocksdb bugs
This commit is contained in:
@@ -43,7 +43,7 @@ dependencies {
|
||||
implementation 'com.sun.mail:javax.mail:1.6.2'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
|
||||
implementation 'org.bdware.bdcontract:sdk-java:1.0.0'
|
||||
implementation 'org.bdware.doip:doip-audit-tool:0.9.4'
|
||||
implementation 'org.bdware.doip:doip-audit-tool:1.0.8'
|
||||
implementation fileTree(dir: 'lib', include: '*.jar')
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
@@ -58,7 +58,8 @@ jar {
|
||||
libs = libs + " libs/" + it.name
|
||||
}
|
||||
from {
|
||||
// uncomment this when publish!
|
||||
// uncomment this when publish,
|
||||
// while develop at local use "false"
|
||||
configurations.runtimeClasspath.filter {
|
||||
// it.getAbsolutePath().contains("/lib/")
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user