Skip to content

Commit

Permalink
Contains LICENSE while build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krysztal112233 committed Apr 7, 2024
1 parent c5076f7 commit 45723d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ java {
withSourcesJar()
}

jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}" }
}
}

tasks.withType(GenerateModuleMetadata).configureEach {
enabled = false
}
Expand Down

0 comments on commit 45723d8

Please sign in to comment.