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 fc169cd commit c4974faCopy full SHA for c4974fa
1 file changed
buildSrc/build.gradle.kts
@@ -5,6 +5,12 @@ plugins {
5
id("com.diffplug.spotless") version "7.2.1"
6
}
7
8
+tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
9
+ compilerOptions {
10
+ freeCompilerArgs.addAll("-Xskip-metadata-version-check")
11
+ }
12
+}
13
+
14
spotless {
15
java {
16
googleJavaFormat()
@@ -31,7 +37,7 @@ dependencies {
31
37
32
38
// When updating, update above in plugins too
33
39
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")
35
41
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.9")
36
42
43
implementation("org.owasp:dependency-check-gradle:12.1.3")
0 commit comments