Skip to content

Commit fd6b2b0

Browse files
committed
Update to SpotBugs 6.1.2
1 parent be85cba commit fd6b2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/lombok/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import io.freefair.gradle.plugins.lombok.tasks.LombokApiJar
22
import io.freefair.gradle.plugins.lombok.tasks.LombokRuntimeJar
33
plugins {
4-
id "com.github.spotbugs" version "6.0.27"
4+
id "com.github.spotbugs" version "6.1.2"
55
}
66

77
apply plugin: "java"
@@ -22,7 +22,7 @@ sourceSets {
2222

2323
java {
2424
toolchain {
25-
languageVersion = JavaLanguageVersion.of(8)
25+
languageVersion = JavaLanguageVersion.of(11)
2626
}
2727
}
2828

0 commit comments

Comments
 (0)