Skip to content

Commit 286197b

Browse files
committed
dependencies(plugins): exclude org.fusesource.leveldbjni
1 parent ebafa52 commit 286197b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ dependencies {
2929
implementation group: 'com.typesafe', name: 'config', version: '1.3.2'
3030
implementation group: 'me.tongfei', name: 'progressbar', version: '0.9.3'
3131
implementation group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.69'
32+
implementation 'com.halibobor:leveldbjni-all:1.18.3'
3233
implementation 'com.halibobor:leveldb:1.18.3'
3334
implementation project(":protocol")
34-
implementation(project(":platform"))
35+
implementation project(":platform"), {
36+
exclude(group: 'org.fusesource.leveldbjni', module: 'leveldbjni-all')
37+
}
3538
}
3639

3740
check.dependsOn 'lint'

0 commit comments

Comments
 (0)