add nullable annotations for test

This commit is contained in:
Volker Berlin 2018-11-11 11:22:37 +01:00
parent 0119a2bbc2
commit cc5d794c07

View File

@ -17,6 +17,7 @@ repositories {
dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
testCompile 'com.google.code.findbugs:jsr305:3.0.1'
testCompile 'de.inetsoftware:jwebassembly-api:+'
testCompile 'junit:junit:+'
}