Skip to content

Commit

Permalink
Added alternative Gradle settings to inherit from auto-generated sett…
Browse files Browse the repository at this point in the history
…ings 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.
  • Loading branch information
ivan-gomes committed May 2, 2019
1 parent 90054b0 commit cee1123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file modified gradlew
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions settings-shadow.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
apply from: 'settings.gradle'
rootProject.buildFileName = 'build-shadow.gradle'

0 comments on commit cee1123

Please sign in to comment.