Skip to content

Commit 3f2532a

Browse files
authored
tweak(build): move LICENSE into META-INF folder (#203)
1 parent a704140 commit 3f2532a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ allprojects {
1616
configureEach {
1717
from(project.rootDir) {
1818
include 'LICENSE'
19+
into 'META-INF'
1920
}
2021

2122
manifest {

0 commit comments

Comments
 (0)