|
|
@@ -10,7 +10,7 @@ What you'll need
|
|
10
|
10
|
- About 15 minutes
|
|
11
|
11
|
- A favorite text editor or IDE
|
|
12
|
12
|
- [JDK 6][jdk] or later
|
|
13
|
|
- - [Gradle 1.7+][gradle] or [Maven 3.0+][mvn]
|
|
|
13
|
+ - [Gradle 1.8+][gradle] or [Maven 3.0+][mvn]
|
|
14
|
14
|
- 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.
|
|
15
|
15
|
|
|
16
|
16
|
[jdk]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
|
|
|
@@ -89,7 +89,7 @@ dependencies {
|
|
89
|
89
|
}
|
|
90
|
90
|
|
|
91
|
91
|
task wrapper(type: Wrapper) {
|
|
92
|
|
- gradleVersion = '1.7'
|
|
|
92
|
+ gradleVersion = '1.8'
|
|
93
|
93
|
}
|
|
94
|
94
|
```
|
|
95
|
95
|
|