Skip to content

Commit

Permalink
change small code
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenbahung94 committed Sep 30, 2024
1 parent 49060d7 commit 73b36aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ class SpotlessConventionPlugin : Plugin<Project> {
format("kts") {
target("**/*.kts")
targetExclude(buildDirectory)
licenseHeaderFile(rootProject.file("spotless/spotless.license.kt"), "(^(?![\\/ ]\\*).*$)")
// licenseHeaderFile(rootProject.file("spotless/spotless.license.kt"), "(^(?![\\/ ]\\*).*$)")
}
format("xml") {
target("**/*.xml")
targetExclude(buildDirectory)
licenseHeaderFile(rootProject.file("spotless/spotless.license.xml"), "(<[^!?])")
// licenseHeaderFile(rootProject.file("spotless/spotless.license.xml"), "(<[^!?])")
}
}
}
Expand Down

0 comments on commit 73b36aa

Please sign in to comment.