Skip to content

Commit

Permalink
Rename LICENSE-notice.md to avoid confusing OpenSSF Scorecard tool
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 22, 2024
1 parent 9ca7c42 commit a0b97f7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ tasks.withType<Jar>().configureEach {
into("META-INF")
}
from(rootDir) {
include("LICENSE-notice.md")
include("NOTICE.md")
rename {
"LICENSE-notice.md"
}
into("META-INF")
}
val suffix = archiveClassifier.getOrElse("")
Expand Down

0 comments on commit a0b97f7

Please sign in to comment.