Skip to content

Commit

Permalink
build: bump spotless plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Oct 1, 2024
1 parent 65319f4 commit 5318087
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion examples/substrait-spark/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
// Apply the application plugin to add support for building a CLI application in Java.
id("java")
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.19.0"
}

repositories {
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 5318087

Please sign in to comment.