fix drongo test issue on jsr305 jar

This commit is contained in:
Craig Raw 2024-03-07 08:13:18 +02:00
parent 6868b026fb
commit 987aadd4a6

View file

@ -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')
} }