Repository: logging-log4j2 Updated Branches: refs/heads/master 57d5db318 -> 7af15d04c
Build on Java 9 in Jenkins Windows by default Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7af15d04 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7af15d04 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7af15d04 Branch: refs/heads/master Commit: 7af15d04c34d75e9d43b0887a7bbf0e7821cabf8 Parents: 57d5db3 Author: Matt Sicker <[email protected]> Authored: Fri Apr 6 21:15:07 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Fri Apr 6 21:15:07 2018 -0500 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7af15d04/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index da86e52..862bbfd 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.8 (latest)' + jdk 'JDK 9 (latest)' // https://cwiki.apache.org/confluence/display/INFRA/Maven+Installation+Matrix maven 'Maven 3 (latest)' }
