Skip to content

Commit

Permalink
Bump Spotless to allow building in Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
acruise authored and vbarua committed Sep 20, 2024
1 parent e24ce6f commit 80cea9f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("java")
id("idea")
id("com.github.vlsi.gradle-extensions") version "1.74"
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.19.0"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("org.cyclonedx.bom") version "1.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("idea")
id("antlr")
id("com.google.protobuf") version "0.9.4"
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.19.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
signing
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public void roundtrip(boolean n) {
private ProtoTypeConverter protoTypeConverter =
new ProtoTypeConverter(
lookup, ImmutableSimpleExtension.ExtensionCollection.builder().build());

/*
* Test a type pojo -> proto -> pojo roundtrip.
*
Expand Down
2 changes: 1 addition & 1 deletion isthmus-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("java")
id("idea")
id("com.palantir.graal") version "0.10.0"
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.19.0"
}

java {
Expand Down
2 changes: 1 addition & 1 deletion isthmus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
`maven-publish`
id("java")
id("idea")
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.19.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
signing
}
Expand Down
2 changes: 1 addition & 1 deletion spark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("java")
id("scala")
id("idea")
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.19.0"
signing
}

Expand Down

0 comments on commit 80cea9f

Please sign in to comment.