Skip to content

Commit c4974fa

Browse files
Copilottrask
andcommitted
Bump SpotBugs Gradle plugin from 6.3.0 to 6.4.1 with Kotlin compatibility fix
Co-authored-by: trask <[email protected]>
1 parent fc169cd commit c4974fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ plugins {
55
id("com.diffplug.spotless") version "7.2.1"
66
}
77

8+
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
9+
compilerOptions {
10+
freeCompilerArgs.addAll("-Xskip-metadata-version-check")
11+
}
12+
}
13+
814
spotless {
915
java {
1016
googleJavaFormat()
@@ -31,7 +37,7 @@ dependencies {
3137

3238
// When updating, update above in plugins too
3339
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.2.1")
34-
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.3.0")
40+
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.1")
3541
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.9")
3642

3743
implementation("org.owasp:dependency-check-gradle:12.1.3")

0 commit comments

Comments
 (0)