Skip to content

Commit 88ccb82

Browse files
committed
Get the windows build to run on Java 8, as we have intended.
1 parent fa4784a commit 88ccb82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ jobs:
115115
- checkout
116116
- run:
117117
name: install
118-
command: choco install ojdkbuild8
118+
command: choco install ojdkbuild8 -params 'installdir=c:\\java8'
119+
- run:
120+
name: JAVA_HOME
121+
command: setx JAVA_HOME "C:\java8"
119122
- run:
120123
name: gradlew check
121124
command: gradlew check --build-cache -PSPOTLESS_EXCLUDE_MAVEN=true

0 commit comments

Comments
 (0)