|
|
@@ -30,7 +30,7 @@ What you'll need
|
|
30
|
30
|
- About 15 minutes
|
|
31
|
31
|
- A favorite text editor or IDE
|
|
32
|
32
|
- [JDK 6][jdk] or later
|
|
33
|
|
- - [Gradle 1.7+][gradle] or [Maven 3.0+][mvn]
|
|
|
33
|
+ - [Gradle 1.8+][gradle] or [Maven 3.0+][mvn]
|
|
34
|
34
|
- You can also import the code from this guide as well as view the web page directly into [Spring Tool Suite (STS)][gs-sts] and work your way through it from there.
|
|
35
|
35
|
|
|
36
|
36
|
[jdk]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
|
|
|
@@ -107,7 +107,7 @@ dependencies {
|
|
107
|
107
|
}
|
|
108
|
108
|
|
|
109
|
109
|
task wrapper(type: Wrapper) {
|
|
110
|
|
- gradleVersion = '1.7'
|
|
|
110
|
+ gradleVersion = '1.8'
|
|
111
|
111
|
}
|
|
112
|
112
|
```
|
|
113
|
113
|
|