mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 07:12:04 +01:00
Depend on findbugs:jsr305 for @Nullable etc. annotations
This commit is contained in:
parent
19d6b7e142
commit
44e6dd2180
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ dependencies {
|
|||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
testFixturesImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testFixturesImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
|
||||
|
||||
// @Nullable, @Nonnull annotations
|
||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Reference in a new issue