Skip to content

Commit 9cb1f8c

Browse files
committed
Add SPDX licence identifier to jar manifests
See: gradle/gradle@1358815
1 parent 8b7408a commit 9cb1f8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ kotlin {
8383
}
8484

8585
tasks.withType<Jar> {
86+
manifest {
87+
attributes(mapOf("SPDX-License-Identifier" to "ISC"))
88+
}
89+
8690
from(rootDir.resolve("LICENSE")) {
8791
into("META-INF")
8892
}

0 commit comments

Comments
 (0)