Configure Gradle toolchain auto-provisioning

This commit configures the Foojay resolver plugin in the Gradle build in
order to auto-provision a required JDK distribution if it's not present
already on the host.

Currently the Spring Framework build requires both a JDK 17 and a JDK 21
distribution to build artifacts.

Closes gh-30474
This commit is contained in:
Brian Clozel
2023-09-22 09:44:12 +02:00
parent 0aec9f12ce
commit 8708a21143
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
plugins {
id "com.gradle.enterprise" version "3.14"
id "io.spring.ge.conventions" version "0.0.13"
id "org.gradle.toolchains.foojay-resolver-convention" version "0.7.0"
}
include "spring-aop"