We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11b049 commit fb8108eCopy full SHA for fb8108e
ci/unit_tests.bat
@@ -41,7 +41,8 @@ echo Using drive !use_drive! for %WORKSPACE%
41
42
echo Running core tests..
43
if defined BUILD_JAVA_HOME (
44
- GRADLE_OPTS="%GRADLE_OPTS% -Dorg.gradle.java.home=%BUILD_JAVA_HOME%"
+ set GRADLE_OPTS="%GRADLE_OPTS% -Dorg.gradle.java.home=%BUILD_JAVA_HOME%"
45
+ echo GRADLE_OPTS is: %GRADLE_OPTS%, BUILD_JAVA_HOME: %BUILD_JAVA_HOME%
46
)
47
call .\gradlew.bat test --console=plain --no-daemon --info
48
0 commit comments