File tree 2 files changed +4
-4
lines changed
2.13-Exercise-ConfigureTheGradleWrapper
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Exercises:
9
9
10
10
1. Run the 'wrapper' task to create the Gradle wrapper files.
11
11
2. Use the wrapper to run the 'tasks' task.
12
- 3. Configure the 'wrapper' task to use Gradle version 2.2 .1.
12
+ 3. Configure the 'wrapper' task to use Gradle version 2.14 .1.
13
13
4. Use the wrapper with the '--version' option to confirm it is using
14
- Gradle version 2.2 .1.
14
+ Gradle version 2.14 .1.
15
15
5. Modify the gradle-wrapper.properties file to use the latest Gradle
16
16
nightly build.
17
17
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ using the following:
17
17
*/
18
18
19
19
wrapper {
20
- gradleVersion = ' 2.2 .1'
20
+ gradleVersion = ' 2.14 .1'
21
21
}
22
22
23
23
/*
@@ -38,6 +38,6 @@ distributionBase=GRADLE_USER_HOME
38
38
distributionPath=wrapper/dists
39
39
zipStoreBase=GRADLE_USER_HOME
40
40
zipStorePath=wrapper/dists
41
- distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-3.3-20161128000019 +0000-bin.zip
41
+ distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-3.4-20170106000025 +0000-bin.zip
42
42
43
43
*/
You can’t perform that action at this time.
0 commit comments