Skip to content

Commit

Permalink
tweak(build): move LICENSE into META-INF folder (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR authored Sep 29, 2023
1 parent a704140 commit 3f2532a
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 @@ -16,6 +16,7 @@ allprojects {
configureEach {
from(project.rootDir) {
include 'LICENSE'
into 'META-INF'
}

manifest {
Expand Down

0 comments on commit 3f2532a

Please sign in to comment.