We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7643c32 commit eccbc7dCopy full SHA for eccbc7d
buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts
@@ -2,6 +2,7 @@ plugins {
2
`java-library`
3
`maven-publish`
4
id("net.ltgt.errorprone")
5
+ id("com.github.spotbugs")
6
}
7
8
java {
@@ -10,9 +11,15 @@ java {
10
11
12
13
14
+spotbugs {
15
+ ignoreFailures = true
16
+}
17
+
18
dependencies {
19
implementation("org.jetbrains:annotations:26.0.2-1")
20
21
errorprone("com.google.errorprone:error_prone_core:2.43.0")
22
+ spotbugs("com.github.spotbugs:spotbugs:4.9.8")
23
24
compileOnly("org.projectlombok:lombok:1.18.42")
25
annotationProcessor("org.projectlombok:lombok:1.18.42")
0 commit comments