mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user