From bd464556b6ac43e57a3a3c13c79683916f3280fc Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 24 May 2023 01:53:12 +0530 Subject: feat(build): use JVM toolchains to enforce Java 17 usage This simplifies project setup in both CI and for individual contributors --- settings.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index eee3fc5e..c67725dd 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,6 +8,7 @@ rootProject.name = "APS" // Plugin repositories pluginManagement { + plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0" } repositories { includeBuild("build-logic") exclusiveContent { -- cgit v1.2.3