Skip to content

Commit 6b847df

Browse files
committed
Revert "Rename license file to the liking of OpenSSF Scorecard check"
This reverts commit 9ca7c42
1 parent 370bc25 commit 6b847df

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed
File renamed without changes.

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

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -203,20 +203,17 @@ val compileModule by tasks.registering(JavaCompile::class) {
203203
}
204204

205205
tasks.withType<Jar>().configureEach {
206-
from(rootDir) {
207-
include("LICENSE-EPL-2.0.md")
208-
rename {
209-
"LICENSE.md"
210-
}
211-
into("META-INF")
212-
}
213-
from(rootDir) {
214-
include("NOTICE.md")
215-
rename {
216-
"LICENSE-notice.md"
217-
}
218-
into("META-INF")
219-
}
206+
from(rootDir) {
207+
include("LICENSE.md")
208+
into("META-INF")
209+
}
210+
from(rootDir) {
211+
include("NOTICE.md")
212+
rename {
213+
"LICENSE-notice.md"
214+
}
215+
into("META-INF")
216+
}
220217
val suffix = archiveClassifier.getOrElse("")
221218
if (suffix.isBlank() || this is ShadowJar) {
222219
dependsOn(allMainClasses, compileModule)

0 commit comments

Comments
 (0)