Skip to content

Commit e21f34c

Browse files
committed
Add shadow plugin
1 parent 2f81307 commit e21f34c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins {
2+
id "com.github.johnrengelman.shadow" version "6.0.0"
23
id 'java'
34
id 'application'
45
}
@@ -20,3 +21,9 @@ dependencies {
2021

2122
testCompile 'junit:junit:4.12'
2223
}
24+
25+
shadowJar {
26+
mergeServiceFiles()
27+
exclude 'META-INF/*.DSA'
28+
exclude 'META-INF/*.RSA'
29+
}

0 commit comments

Comments
 (0)