Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
[spotless] Exclude generated commons-module.gradle.kts file
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Mar 23, 2023
1 parent cf1d1ae commit 018a66b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ spotless {
// For Kotlin (Gradle), we will need to move the license header
// as the last step due to https://github.com/diffplug/spotless/issues/1599
kotlinGradle {
targetExclude(
"buildSrc/build/kotlin-dsl/plugins-blocks/extracted/commons-module.gradle.kts",
)

endWithNewline()
encoding("UTF-8")
target("**/*.gradle.kts")
Expand Down

0 comments on commit 018a66b

Please sign in to comment.