diff --git a/settings.gradle.kts b/settings.gradle.kts index 37f3c00..c3c3eb1 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,5 +16,10 @@ rootProject.name = "responsive-example" +plugins { + // Apply the foojay-resolver plugin to allow automatic download of JDKs + id("org.gradle.toolchains.foojay-resolver-convention").version("0.5.0") +} + include("streams-app") -include("pulumi") \ No newline at end of file +include("pulumi")