Skip to content

Commit

Permalink
Merge pull request #36 from ajoberstar/gradle-4.2
Browse files Browse the repository at this point in the history
test against gradle 4.2
  • Loading branch information
ajoberstar authored Sep 30, 2017
2 parents a8f3af7 + bb87b02 commit 12e6deb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.ajoberstar.defaults' version '0.8.0'
id 'org.ajoberstar.defaults' version '0.8.1'
id 'groovy'
id 'java-gradle-plugin'
}
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies {
}

stutter {
supports '3.0', '3.1', '3.2', '3.2.1', '3.3', '3.4', '3.5', '3.5.1', '4.0', '4.0.1', '4.0.2', '4.1-rc-2'
supports '3.0', '3.1', '3.2', '3.2.1', '3.3', '3.4', '3.5', '3.5.1', '4.0', '4.0.1', '4.0.2', '4.1', '4.2'
}

model {
Expand Down Expand Up @@ -58,5 +58,5 @@ pluginBundle {
}

wrapper {
gradleVersion = '4.0.2'
gradleVersion = '4.2'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Aug 06 14:44:52 CDT 2017
#Sat Sep 30 08:29:25 CDT 2017
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 12e6deb

Please sign in to comment.