Skip to content

Commit

Permalink
ci: appveyor: Test with JDK11
Browse files Browse the repository at this point in the history
  • Loading branch information
rleigh-codelibre committed Nov 20, 2018
1 parent 47eb93c commit 4204589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:

# Note that only Oracle JDK is provided.
matrix:
- java: 10
- java: 11
build: maven
- java: 1.8
build: maven
Expand All @@ -26,7 +26,7 @@ init:
- if [%build%] == [ant] appveyor-retry cinst -y ant --version %ant_version%
- refreshenv
- 'if [%java%] == [1.8] set "JAVA_HOME=C:\Program Files\Java\jdk1.8.0"'
- 'if [%java%] == [10] set "JAVA_HOME=C:\Program Files\Java\jdk10"'
- 'if [%java%] == [11] set "JAVA_HOME=C:\Program Files\Java\jdk11"'
- PATH=%JAVA_HOME%\bin;%PATH%
- 'if [%build%] == [maven] set "MAVEN_OPTS=-Dmaven.repo.local=%AV_BF_M2%"'
- 'if [%build%] == [ant] set "ANT_OPTS=-Dmaven.repo.local=%AV_BF_M2%"'
Expand Down

0 comments on commit 4204589

Please sign in to comment.