Skip to content

Commit f84668e

Browse files
committed
Remove system installed gradle for the circleci windows build as we use the gradle wrapper
1 parent 9a66751 commit f84668e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
name: Set up Gradle Wrapper & Java
4343
command: |
4444
choco install -y openjdk11
45-
choco install -y gradle
45+
setx /M JAVA_HOME "C:\Program Files\OpenJDK\openjdk-11"
46+
setx /M PATH "%JAVA_HOME%\bin;%PATH%"
47+
echo "JAVA_HOME is set to %JAVA_HOME%"
4648
- run:
4749
name: Run Tests
4850
shell: cmd

0 commit comments

Comments
 (0)