Gradle 2.11

This commit is contained in:
modmuss50 2016-02-24 11:05:28 +00:00
parent 46cdf8f587
commit c8453292b4
4 changed files with 5 additions and 5 deletions

View file

@ -234,5 +234,5 @@ uploadArchives {
task wrapper(type: Wrapper) {
//To update the wrapper change the version bellow then run: gradle wrapper
gradleVersion = '2.9'
gradleVersion = '2.11'
}