You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/03/07 15:09:44 UTC

qpid-proton-j git commit: NO-JIRA: switch Appveyor back to Java 8 as Jython or the test suite seems to have intermittent issue finding tests with 7

Repository: qpid-proton-j
Updated Branches:
  refs/heads/master 2e95aa942 -> 4fe1e9217


NO-JIRA: switch Appveyor back to Java 8 as Jython or the test suite seems to have intermittent issue finding tests with 7


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/4fe1e921
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/4fe1e921
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/4fe1e921

Branch: refs/heads/master
Commit: 4fe1e9217f3c1cc7659604dafb7e4267ed0d3395
Parents: 2e95aa9
Author: Robert Gemmell <ro...@apache.org>
Authored: Tue Mar 7 15:07:43 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Tue Mar 7 15:07:43 2017 +0000

----------------------------------------------------------------------
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/4fe1e921/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index b101acb..836eece 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,7 +3,7 @@ skip_tags: true
 clone_depth: 30
 
 environment:
-  JAVA_HOME: C:\Program Files\Java\jdk1.7.0
+  JAVA_HOME: C:\Program Files\Java\jdk1.8.0
 
 install:
   - cmd: SET PATH=%JAVA_HOME%\bin;%PATH%


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org