Skip to content

Commit c62b3df

Browse files
committed
[CI] Disable Gradle's auto-detect feature when selecting the Java toolchain JVM.
1 parent 3cd9ed6 commit c62b3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010

1111
env:
12-
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
12+
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false"
1313
CMAKE_VERSION: "3.6.1"
1414

1515
jobs:

0 commit comments

Comments
 (0)