Skip to content

Commit

Permalink
Rename spotlessLicense_header task to spotlessLicenseHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 4, 2025
1 parent f15b7a3 commit da0cb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ spotless {
trimTrailingWhitespace()
eclipse().configFile(file("codestyle/formatter.xml"))
}
format("license_header") {
format("licenseHeader") {
target("src/*/java/**/*.java", "src/test/java/**/*.java")
targetExclude("src/main/java/net/wimods/chestesp/test/fabric/**/*.java")
def header_file = file("codestyle/license_header.txt")
Expand Down

0 comments on commit da0cb0a

Please sign in to comment.