Skip to content

Commit

Permalink
Let spotless process the Gradle scripts in build-logic/ (apache#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Aug 22, 2024
1 parent 59a5d2c commit dc98fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/polaris-root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spotless {
kotlinGradle {
ktfmt().googleStyle()
licenseHeaderFile(rootProject.file("codestyle/copyright-header-java.txt"), "$")
target("*.gradle.kts", "build-logic/src/**/*.kts")
target("*.gradle.kts", "build-logic/*.gradle.kts", "build-logic/src/**/*.kts")
}
}

Expand Down

0 comments on commit dc98fba

Please sign in to comment.