mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
fix drongo test issue on jsr305 jar
This commit is contained in:
parent
6868b026fb
commit
987aadd4a6
1 changed files with 1 additions and 0 deletions
|
@ -75,4 +75,5 @@ extraJavaModuleInfo {
|
||||||
requires('org.bouncycastle.pg')
|
requires('org.bouncycastle.pg')
|
||||||
requires('org.slf4j')
|
requires('org.slf4j')
|
||||||
}
|
}
|
||||||
|
module('jsr305-3.0.2.jar', 'com.google.code.findbugs.jsr305', '3.0.2')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue