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 be7900e commit f7a9d6aCopy full SHA for f7a9d6a
buildSrc/build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
`java-gradle-plugin`
3
`kotlin-dsl`
4
// When updating, update below in dependencies too
5
- id("com.diffplug.spotless") version "7.1.0"
+ id("com.diffplug.spotless") version "7.2.0"
6
}
7
8
spotless {
@@ -30,7 +30,7 @@ dependencies {
30
implementation(gradleApi())
31
32
// When updating, update above in plugins too
33
- implementation("com.diffplug.spotless:spotless-plugin-gradle:7.1.0")
+ implementation("com.diffplug.spotless:spotless-plugin-gradle:7.2.0")
34
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.2")
35
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.8")
36
0 commit comments