Skip to content

Commit

Permalink
Update gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed May 19, 2019
1 parent e29c3dc commit 8ef1216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.gradle
Expand Up @@ -3,7 +3,7 @@ project.ext.gaelykSpockVersion = '1.0-groovy-2.4'
project.ext.gaelykAppEngineVersion = '1.9.73'
project.ext.gaelykLatestVersion = '2.3.0-SNAPSHOT'
project.ext.gaelykSpockLatestVersion = '0.4'
project.ext.gaelykGradleVersion = '2.14.1'
project.ext.gaelykGradleVersion = '4.10.3'

repositories {
mavenCentral()
Expand All @@ -20,7 +20,7 @@ apply plugin: 'idea'
sourceCompatibility = 1.8
targetCompatibility = 1.8

task wrapper(type: Wrapper) {
wrapper {
gradleVersion = gaelykGradleVersion
}

Expand Down

0 comments on commit 8ef1216

Please sign in to comment.