Skip to content

Commit 918f465

Browse files
committed
Upgrade Spotless to fix npm compatibility
1 parent a4d3a03 commit 918f465

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id 'io.franzbecker.gradle-lombok' version '5.0.0'
1515
id 'com.gradleup.shadow' version '8.3.9'
1616
id 'me.champeau.gradle.japicmp' version '0.4.3' apply false
17-
id 'com.diffplug.spotless' version '6.22.0' apply false
17+
id 'com.diffplug.spotless' version '8.10.1' apply false
1818
id 'org.jreleaser' version '1.20.0' apply false
1919
}
2020

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// empty build.gradle for dependabot
22
plugins {
3-
id 'com.diffplug.spotless' version '6.22.0' apply false
3+
id 'com.diffplug.spotless' version '8.10.1' apply false
44
}
55

66
apply from: "$rootDir/../gradle/ci-support.gradle"

smoke-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// empty build.gradle for dependabot
22
plugins {
3-
id 'com.diffplug.spotless' version '6.22.0' apply false
3+
id 'com.diffplug.spotless' version '8.10.1' apply false
44
}
55

66
apply from: "$rootDir/../gradle/ci-support.gradle"

0 commit comments

Comments
 (0)