Skip to content

Commit a75ad09

Browse files
Configure Gradle toolchain auto-provisioning
This commit configures the Foojay resolver plugin in the Gradle build to auto-provision a required JDK distribution if it's not present already on the host.
1 parent 084ae0f commit a75ad09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pluginManagement {
77

88
plugins {
99
id 'io.spring.develocity.conventions' version '0.0.22'
10+
id "org.gradle.toolchains.foojay-resolver-convention" version "0.9.0"
1011
}
1112

1213
rootProject.name = 'spring-kafka-dist'

0 commit comments

Comments
 (0)