Skip to content

Commit 90054b0

Browse files
committed
Added alternative build to build shadow jar. Avoided modifying auto-generated code.
1 parent a4e0bca commit 90054b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build-shadow.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apply from: 'build.gradle'
2+
3+
buildscript {
4+
repositories {
5+
jcenter()
6+
}
7+
dependencies {
8+
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.4'
9+
}
10+
}
11+
12+
apply plugin: 'com.github.johnrengelman.shadow'

0 commit comments

Comments
 (0)