Commit 6a939728 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #7937 from Michael Simons

* gh-7937:
  Update springloaded version to 1.2.6.RELEASE in Gradle-related docs
parents 7c161b99 ddca9a16
...@@ -2479,7 +2479,7 @@ To configure IntelliJ IDEA correctly you can use the `idea` Gradle plugin: ...@@ -2479,7 +2479,7 @@ To configure IntelliJ IDEA correctly you can use the `idea` Gradle plugin:
repositories { jcenter() } repositories { jcenter() }
dependencies { dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:{spring-boot-version}" 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'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment