Skip to content

Commit

Permalink
Merge pull request #1880 from adamretter/feature/appveyor-ubuntu-jdk9
Browse files Browse the repository at this point in the history
Enabled JDK 9 on AppVeyor Ubuntu
  • Loading branch information
dizzzz committed Jun 22, 2018
2 parents 7ec32e4 + d412ac6 commit db1199f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ environment:
JAVA_HOME: C:\Program Files\Java\jdk9
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64
# Disabled Ubuntu OpenJDK due to AspectJ bug - https://bugs.eclipse.org/bugs/show_bug.cgi?id=534801
# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
# JAVA_HOME: /usr/lib/jvm/java-9-openjdk-amd64
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
JAVA_HOME: /usr/lib/jvm/java-9-openjdk-amd64
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
JAVA_HOME: /usr/lib/jvm/java-10-openjdk-amd64

Expand Down

0 comments on commit db1199f

Please sign in to comment.