- 13 Jan, 2021 1 commit
-
-
Stephane Nicoll authored
Closes gh-24785
-
- 12 Jan, 2021 36 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-24789: Polish "Upgrade to Gradle Enterprise Maven Extension 1.8.1" Upgrade to Gradle Enterprise Maven Extension 1.8.1 Closes gh-24789
-
Andy Wilkinson authored
See gh-24789
-
Nelson Osacky authored
See gh-24789
-
Andy Wilkinson authored
Fixes gh-24624
-
Andy Wilkinson authored
* gh-24767: Upgrade to Gradle Enterprise Gradle Plugin 3.5.1 Closes gh-24767
-
Nelson Osacky authored
See gh-24767
-
Andy Wilkinson authored
Fixes gh-24782
-
Stephane Nicoll authored
Closes gh-24765
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-24766
-
Stephane Nicoll authored
Closes gh-24781
-
Stephane Nicoll authored
Closes gh-24780
-
Stephane Nicoll authored
Closes gh-24779
-
Stephane Nicoll authored
Closes gh-24778
-
Stephane Nicoll authored
Closes gh-24777
-
Stephane Nicoll authored
Closes gh-24776
-
Stephane Nicoll authored
Closes gh-24775
-
Stephane Nicoll authored
Closes gh-24774
-
Stephane Nicoll authored
Closes gh-24773
-
Stephane Nicoll authored
Closes gh-24772
-
Stephane Nicoll authored
Closes gh-24771
-
Stephane Nicoll authored
Closes gh-24770
-
Andy Wilkinson authored
Fixes gh-24618
-
Stephane Nicoll authored
Closes gh-24764
-
Stephane Nicoll authored
Closes gh-24763
-
Stephane Nicoll authored
Closes gh-24762
-
Stephane Nicoll authored
Closes gh-24761
-
Stephane Nicoll authored
Closes gh-24760
-
Stephane Nicoll authored
Closes gh-24759
-
Stephane Nicoll authored
Closes gh-24758
-
Stephane Nicoll authored
Closes gh-24757
-
Stephane Nicoll authored
Closes gh-24756
-
Stephane Nicoll authored
Closes gh-24755
-
Stephane Nicoll authored
Closes gh-24754
-
- 11 Jan, 2021 3 commits
-
-
Phillip Webb authored
Closes gh-24747
-
Phillip Webb authored
Update `WebMvcAutoConfiguration` so that the default "/" resource path is registered directly as a `ServletContextResource`. Closes gh-24745
-
Andy Wilkinson authored
Previously, unlike the application plugin's run task, our bootRun task ignored the project's Java toolchain. This meant that the application was run on a JVM with the same Java version as the one being used by Gradle itself. This could result in a failure if the application required a more modern JVM. This commit updates the plugin to configure the bootRun task's JavaLauncher convention to be one derived from the project's Java toolchain. Toolchain support was introduced in Gradle 6.7 so this is only done when using Gradle 6.7 and later. Fixes gh-24517
-