From c7c05a9b79e749c04341ad37154969a7b0cdb67a Mon Sep 17 00:00:00 2001 From: kstyrc Date: Tue, 7 Apr 2015 21:19:41 +0200 Subject: [PATCH] Added JAVA_HOME for appveyor.yml --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 66de0bc9..afc9d6ba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 @@ -19,4 +21,5 @@ test_script: - mvn clean install --batch-mode cache: - C:\maven\ - - C:\Users\appveyor\.m2 \ No newline at end of file + - C:\Users\appveyor\.m2 + \ No newline at end of file