Skip to content

Commit

Permalink
Add additional clauses to the build jar
Browse files Browse the repository at this point in the history
  • Loading branch information
kvverti committed Aug 3, 2021
1 parent c5d5ed6 commit aa7ec08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ task sourcesJar(type: Jar, dependsOn: classes) {
jar {
from "LICENSE"
from "COPYING.LESSER"
from "COPYING.ADDITIONAL"
}

// configure the maven publication
Expand Down

0 comments on commit aa7ec08

Please sign in to comment.