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 3a02656 commit 1f0afc3Copy full SHA for 1f0afc3
settings.gradle.kts
@@ -53,7 +53,7 @@ pluginManagement {
53
fun PluginDependenciesSpec.idv(id: String, key: String = id) = id(id) version key.v()
54
55
id("biz.aQute.bnd.builder") version "6.4.0"
56
- id("com.github.spotbugs") version "6.1.+"
+ id("com.github.spotbugs") version "6.4.+"
57
id("com.diffplug.spotless") version "6.13.0" // 6.13.0 is the last version that is compatible with Java 8
58
id("com.github.vlsi.gradle-extensions") version "1.+"
59
id("com.github.vlsi.stage-vote-release") version "1.+"
0 commit comments