Skip to content

Commit

Permalink
Add newline and move file to the JAR root
Browse files Browse the repository at this point in the history
  • Loading branch information
welandaz committed Sep 9, 2024
1 parent a1ca00b commit e0cf8fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion develocity-gradle-plugin-adapters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ tasks.withType<Jar>().configureEach {
into(".") {
from(rootProject.layout.projectDirectory.file("../LICENSE"))
}
}
}
4 changes: 2 additions & 2 deletions develocity-maven-extension-adapters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ develocityAdaptersPublication {
}

tasks.withType<Jar>().configureEach {
from(file("../LICENSE")) {
into("META-INF")
into(".") {
from(rootProject.layout.projectDirectory.file("../LICENSE"))
}
}

0 comments on commit e0cf8fa

Please sign in to comment.