Skip to content

Commit

Permalink
Move license from jar root to META-INF/
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 15, 2023
1 parent 9b67e04 commit 1106fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/base-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks {
}
withType<Jar> {
from(rootProject.file("LICENSE")) {
rename { "LICENSE_${rootProject.name}" }
rename("LICENSE", "META-INF/LICENSE_${rootProject.name}")
}
}
}
Expand Down

0 comments on commit 1106fd8

Please sign in to comment.