File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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+
814spotless {
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" )
You can’t perform that action at this time.
0 commit comments