Skip to content

Commit

Permalink
add jdk 14 to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ancho committed Apr 13, 2020
1 parent 6522cad commit 753992a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
image:
- Visual Studio 2019
version: '{build}'
skip_tags: true
skip_commits:
Expand All @@ -8,6 +10,7 @@ environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
- JAVA_HOME: C:\Program Files\Java\jdk11
- JAVA_HOME: C:\Program Files\Java\jdk14

install:
- SET PATH=%JAVA_HOME%\bin;%PATH%
Expand Down

0 comments on commit 753992a

Please sign in to comment.