Skip to content

Commit

Permalink
Defining gradle version for wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Maescool committed Mar 11, 2016
1 parent 6887693 commit 22a8875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -63,3 +63,7 @@ buildscript {
classpath "gradle.plugin.edu.sc.seis:macAppBundle:2.1.5"
}
}

task wrapper(type: Wrapper) {
gradleVersion = '2.11'
}

0 comments on commit 22a8875

Please sign in to comment.