From 830d483f6cf1c7778fb51c1f67c2eecc8bf18b9c Mon Sep 17 00:00:00 2001 From: Dmytro Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:40:32 +0200 Subject: [PATCH] [Gradle] Disable auto detection of JVMs to force a specific JVM for test execution in CI. --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 13abd18beb..5d926397cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ +org.gradle.java.installations.auto-detect=false org.gradle.java.installations.auto-download=false org.gradle.java.installations.fromEnv=BUILD_JAVA_HOME