🚚 Begin migrating from javax annotations to checker-qual

This commit is contained in:
Alexander Söderberg 2020-09-28 16:40:06 +02:00 committed by Alexander Söderberg
parent e914d04450
commit 9f0c846050
43 changed files with 273 additions and 549 deletions

View file

@ -100,7 +100,7 @@ subprojects {
}
dependencies {
api 'com.google.code.findbugs:jsr305:3.0.2'
compileOnly 'org.checkerframework:checker-qual:3.5.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
}