Skip to content

Commit

Permalink
Bring 2.13 up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Silver committed Jan 6, 2017
1 parent 9fc04ab commit 286373a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 2.13-Exercise-ConfigureTheGradleWrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Exercises:
1. Run the 'wrapper' task to create the Gradle wrapper files.
2. Use the wrapper to run the 'tasks' task.
3. Configure the 'wrapper' task to use Gradle version 2.2.1.
3. Configure the 'wrapper' task to use Gradle version 2.14.1.
4. Use the wrapper with the '--version' option to confirm it is using
Gradle version 2.2.1.
Gradle version 2.14.1.
5. Modify the gradle-wrapper.properties file to use the latest Gradle
nightly build.
Expand Down
4 changes: 2 additions & 2 deletions 2.13-Exercise-ConfigureTheGradleWrapper/solution.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using the following:
*/

wrapper {
gradleVersion = '2.2.1'
gradleVersion = '2.14.1'
}

/*
Expand All @@ -38,6 +38,6 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-3.3-20161128000019+0000-bin.zip
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-3.4-20170106000025+0000-bin.zip
*/

0 comments on commit 286373a

Please sign in to comment.