Update springloaded version to 1.2.6.RELEASE in Gradle-related docs

Closes gh-7937
This commit is contained in:
Michael J. Simons 2017-01-10 15:07:58 +01:00 committed by Andy Wilkinson
parent 7c161b9920
commit ddca9a1687

View File

@ -2479,7 +2479,7 @@ To configure IntelliJ IDEA correctly you can use the `idea` Gradle plugin:
repositories { jcenter() }
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:{spring-boot-version}"
classpath 'org.springframework:springloaded:1.2.0.RELEASE'
classpath 'org.springframework:springloaded:1.2.6.RELEASE'
}
}