Skip to content

Commit

Permalink
Added JAVA_HOME for appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kstyrc committed Apr 7, 2015
1 parent f77a26b commit c7c05a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: '{build}'
os: Windows Server 2012
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
Expand All @@ -19,4 +21,5 @@ test_script:
- mvn clean install --batch-mode
cache:
- C:\maven\
- C:\Users\appveyor\.m2
- C:\Users\appveyor\.m2

0 comments on commit c7c05a9

Please sign in to comment.