Skip to content

Commit

Permalink
Merge pull request #14 from djgarcias/fix/gradleshadowdependencies
Browse files Browse the repository at this point in the history
Changed gradle shadow plugin dependency version
  • Loading branch information
johnmcclean committed Mar 26, 2015
2 parents 0e570dc + 5a0ea2c commit 3acc75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {

dependencies {
classpath 'com.bmuschko:gradle-nexus-plugin:2.2'
classpath 'com.github.jengelman.gradle.plugins:shadow:1.1.1'
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.0'
}
}

Expand Down

0 comments on commit 3acc75f

Please sign in to comment.