Skip to content

Commit

Permalink
Add LICENSE.md to compiled JARs
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Apr 13, 2024
1 parent 3736120 commit 43bc968
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ tasks {
}

jar {
from("${rootProject.projectDir}/COPYING")
from("${rootProject.projectDir}/COPYING.LESSER")
from("${rootProject.projectDir}/LICENSE.md")

val api = sourceSets.getByName("api")
from(api.output.classesDirs)
Expand Down

0 comments on commit 43bc968

Please sign in to comment.