Update to gradle 2.13

This commit is contained in:
modmuss50 2016-05-25 16:14:21 +01:00
parent e224d48d1e
commit 4033000205
4 changed files with 6 additions and 10 deletions

View file

@ -211,7 +211,7 @@ uploadArchives {
task wrapper(type: Wrapper) {
//To update the wrapper change the version bellow then run: gradle wrapper
gradleVersion = '2.9'
gradleVersion = '2.13'
}
//Thanks Matthew from #ForgeGradle https://gist.github.com/matthewprenger/108265e3efc83181bd2cc2d2fc31a853