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 8547d5b commit e599469Copy full SHA for e599469
build.gradle
@@ -14,7 +14,7 @@ plugins {
14
id 'io.franzbecker.gradle-lombok' version '5.0.0'
15
id 'com.gradleup.shadow' version '8.3.8'
16
id 'me.champeau.gradle.japicmp' version '0.4.3' apply false
17
- id 'com.diffplug.spotless' version '6.22.0' apply false
+ id 'com.diffplug.spotless' version '7.1.0' apply false
18
id 'org.jreleaser' version '1.18.0' apply false
19
}
20
smoke-test/build.gradle
@@ -1,6 +1,6 @@
1
// empty build.gradle for dependabot
2
plugins {
3
4
5
6
apply from: "$rootDir/../gradle/ci-support.gradle"
0 commit comments