Skip to content

Commit

Permalink
Merge pull request #8 from AlexandrouR/addShadowJar
Browse files Browse the repository at this point in the history
Adds shadow jar as a dependency so the user can run the task to get a fat jar
  • Loading branch information
antonydenyer authored Oct 14, 2019
2 parents eec4e5a + caa80b3 commit b77e64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/build.gradle.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'java'
id 'org.web3j' version '4.4.0'
id "com.github.johnrengelman.shadow" version "5.1.0"

}

Expand Down

0 comments on commit b77e64d

Please sign in to comment.