Repository: logging-log4j2
Updated Branches:
  refs/heads/master 266e4745c -> 78c43c5b5


Revert to java 8 by default on jenkins windows


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/78c43c5b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/78c43c5b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/78c43c5b

Branch: refs/heads/master
Commit: 78c43c5b54d3814b618227525ae2d1cbb28ac276
Parents: 266e474
Author: Matt Sicker <boa...@gmail.com>
Authored: Fri Apr 6 21:26:39 2018 -0500
Committer: Matt Sicker <boa...@gmail.com>
Committed: Fri Apr 6 21:26:39 2018 -0500

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/78c43c5b/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index cbd481f..da86e52 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,7 +40,7 @@ pipeline {
                     agent { label 'Windows' }
                     tools {
                         // 
https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
-                        jdk 'JDK 1.9 (latest)'
+                        jdk 'JDK 1.8 (latest)'
                         // 
https://cwiki.apache.org/confluence/display/INFRA/Maven+Installation+Matrix
                         maven 'Maven 3 (latest)'
                     }

Reply via email to