fix rocksdb bugs

This commit is contained in:
CaiHQ
2022-09-02 21:21:07 +08:00
parent c077d425ab
commit 363a20049a
7 changed files with 60 additions and 55 deletions

View File

@@ -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