mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
Switch to Bouncy Castle bcprov-jdk18on 1.80
This is a signed, modular JAR and we need to tell jlink in walletemplate to use the `--ignore-signing-information` option.
This commit is contained in:
parent
e8ec153322
commit
218474ef98
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ version = '0.18-SNAPSHOT'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':bitcoinj-base')
|
api project(':bitcoinj-base')
|
||||||
api 'org.bouncycastle:bcprov-jdk15to18:1.80'
|
api 'org.bouncycastle:bcprov-jdk18on:1.80'
|
||||||
api 'com.google.guava:guava:33.4.0-android'
|
api 'com.google.guava:guava:33.4.0-android'
|
||||||
api 'com.google.protobuf:protobuf-javalite:4.29.3'
|
api 'com.google.protobuf:protobuf-javalite:4.29.3'
|
||||||
implementation 'org.slf4j:slf4j-api:2.0.16'
|
implementation 'org.slf4j:slf4j-api:2.0.16'
|
||||||
|
|
|
@ -36,7 +36,7 @@ application {
|
||||||
}
|
}
|
||||||
|
|
||||||
jlink {
|
jlink {
|
||||||
options = ['--add-modules', 'org.slf4j.jul']
|
options = ['--add-modules', 'org.slf4j.jul', '--ignore-signing-information']
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
|
Loading…
Add table
Reference in a new issue