Skip to content

Commit

Permalink
Rename license file to the liking of OpenSSF Scorecard check
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 22, 2024
1 parent 906a739 commit 9ca7c42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,14 @@ val compileModule by tasks.registering(JavaCompile::class) {

tasks.withType<Jar>().configureEach {
from(rootDir) {
include("LICENSE.md", "LICENSE-notice.md")
include("LICENSE-EPL-2.0.md")
rename {
"LICENSE.md"
}
into("META-INF")
}
from(rootDir) {
include("LICENSE-notice.md")
into("META-INF")
}
val suffix = archiveClassifier.getOrElse("")
Expand Down

0 comments on commit 9ca7c42

Please sign in to comment.