File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ p2deps {
2727
2828dependencies {
2929 implementation project(' :palantir-java-format' )
30+ implementation ' com.google.code.findbugs:jsr305'
3031}
3132
3233tasks. named(" jar" , Jar ) {
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ dependencies {
6868 testImplementation ' org.assertj:assertj-core'
6969 testImplementation ' org.junit.jupiter:junit-jupiter'
7070 testImplementation ' org.junit.platform:junit-platform-launcher'
71+ implementation ' com.google.code.findbugs:jsr305'
7172}
7273
7374// Javadoc fails if there are no public classes to javadoc, so make it stop complaining.
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ dependencies {
2828
2929 compileOnly ' org.derive4j:derive4j-annotation'
3030 annotationProcessor ' org.derive4j:derive4j'
31+ implementation ' com.google.code.findbugs:jsr305'
3132}
3233
3334moduleJvmArgs {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ com.fasterxml.jackson.module:jackson-module-parameter-names:2.18.3 (1 constraint
1515com.google.auto:auto-common:1.2.1 (2 constraints: b321cc9d)
1616com.google.auto.service:auto-service:1.1.1 (1 constraints: 0505f435)
1717com.google.auto.service:auto-service-annotations:1.1.1 (1 constraints: 9c0f6a86)
18+ com.google.code.findbugs:jsr305:3.0.2 (2 constraints: 4112851c)
1819com.google.errorprone:error_prone_annotations:2.36.0 (4 constraints: 4b27bf7b)
1920com.google.guava:failureaccess:1.0.3 (1 constraints: 160ae3b4)
2021com.google.guava:guava:33.4.8-jre (9 constraints: 5ea13c2f)
@@ -65,7 +66,6 @@ org.tukaani:xz:1.9 (1 constraints: 6b09e995)
6566cglib:cglib-nodep:3.2.2 (1 constraints: 490ded24)
6667com.google.auto.value:auto-value:1.10 (1 constraints: e711f8e8)
6768com.google.auto.value:auto-value-annotations:1.10.4 (1 constraints: 8e0aa3c3)
68- com.google.code.findbugs:jsr305:3.0.2 (2 constraints: 4112851c)
6969com.google.guava:guava-testlib:27.0.1-jre (1 constraints: aa067c53)
7070com.google.testing.compile:compile-testing:0.21.0 (1 constraints: 35052a3b)
7171com.google.truth:truth:1.4.1 (2 constraints: 1f178e31)
Original file line number Diff line number Diff line change 11com.diffplug.spotless:spotless-plugin-gradle = 6.25.0
22com.github.ben-manes.caffeine:caffeine = 3.1.8
33com.google.auto.service:auto-service = 1.1.1
4- com.google.code.findbugs:jsr305 = 3.0.2
4+ com.google.code.findbugs:* = 3.0.2
55com.google.errorprone:error_prone_annotations = 2.11.0
66com.google.guava:guava = 33.0.0-jre
77com.google.guava:guava-testlib = 27.0.1-jre
@@ -22,4 +22,4 @@ com.fasterxml.jackson.*:* = 2.18.3
2222com.fasterxml.jackson.core:jackson-databind = 2.18.3
2323org.openjdk.jmh:* = 1.37
2424com.palantir.gradle.utils:* = 0.10.0
25- com.palantir.gradle.idea-configuration:gradle-idea-configuration = 0.2.0
25+ com.palantir.gradle.idea-configuration:gradle-idea-configuration = 0.2.0
You can’t perform that action at this time.
0 commit comments