Skip to content

Commit cee1123

Browse files
committed
Added alternative Gradle settings to inherit from auto-generated settings but use the extended build-shadow.gradle that adds shadowJar capability. Doing it this way avoids manual modification to auto-generated code while adding the functionality.
1 parent 90054b0 commit cee1123

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gradlew

100644100755
File mode changed.

settings-shadow.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
apply from: 'settings.gradle'
2+
rootProject.buildFileName = 'build-shadow.gradle'

0 commit comments

Comments
 (0)