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 96bafcb commit 4949043Copy full SHA for 4949043
build.gradle
@@ -15,7 +15,7 @@ plugins {
15
id 'io.franzbecker.gradle-lombok' version '5.0.0'
16
id 'com.github.johnrengelman.shadow' version '7.1.2'
17
id 'me.champeau.gradle.japicmp' version '0.4.1' apply false
18
- id 'com.diffplug.spotless' version '6.12.0' apply false
+ id 'com.diffplug.spotless' version '6.13.0' apply false
19
}
20
21
apply from: "$rootDir/gradle/ci-support.gradle"
examples/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