Skip to content

Commit

Permalink
Merge pull request #184 from domaframework/dependencies/update-all
Browse files Browse the repository at this point in the history
Update spotless and google-java-format
  • Loading branch information
nakamura-to authored Sep 28, 2024
2 parents 49624de + 9c6338b commit 469efb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("groovy")
id("java-gradle-plugin")
id("com.diffplug.spotless") version "5.17.1"
id("com.diffplug.spotless") version "6.25.0"
id("com.gradle.plugin-publish") version "1.3.0"
}

Expand Down Expand Up @@ -32,7 +32,7 @@ sourceSets {

spotless {
java {
googleJavaFormat("1.7")
googleJavaFormat("1.23.0")
}
groovy {
}
Expand Down

0 comments on commit 469efb5

Please sign in to comment.