Skip to content

Commit a0b97f7

Browse files
committed
Rename LICENSE-notice.md to avoid confusing OpenSSF Scorecard tool
1 parent 9ca7c42 commit a0b97f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: gradle/plugins/common/src/main/kotlin/junitbuild.java-library-conventions.gradle.kts

+4-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,10 @@ tasks.withType<Jar>().configureEach {
211211
into("META-INF")
212212
}
213213
from(rootDir) {
214-
include("LICENSE-notice.md")
214+
include("NOTICE.md")
215+
rename {
216+
"LICENSE-notice.md"
217+
}
215218
into("META-INF")
216219
}
217220
val suffix = archiveClassifier.getOrElse("")

0 commit comments

Comments
 (0)