Skip to content

Commit

Permalink
Gradle 5 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed May 17, 2019
1 parent ca21404 commit d50a5ae
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 @@ -39,6 +39,6 @@ task templateProjectZip(type: Zip) {
baseName 'gaelyk-template-project'
}

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

0 comments on commit d50a5ae

Please sign in to comment.