Skip to content

Commit 66b79d4

Browse files
suneetk92Suneet Kumar
and
Suneet Kumar
authored
Configure Gradle toolchain auto-provisioning (#3735)
Fixes: #3734 This commit configures the Foojay resolver plugin in the Gradle build to auto-provision the required JDK distribution if it's not already present on the host. Signed-off-by: Suneet Kumar <[email protected]> Co-authored-by: Suneet Kumar <[email protected]>
1 parent f0855e7 commit 66b79d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)