Repository: maven-surefire Updated Branches: refs/heads/new-jenkinsfile 2cb2bd39c -> e2ad8e9b3
surefire is actually just java 8 for the build... that seems not good Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/e2ad8e9b Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/e2ad8e9b Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/e2ad8e9b Branch: refs/heads/new-jenkinsfile Commit: e2ad8e9b37b0ba04ac49e6e991b174014088dc02 Parents: 2cb2bd3 Author: Stephen Connolly <[email protected]> Authored: Thu Nov 30 22:05:43 2017 +0000 Committer: Stephen Connolly <[email protected]> Committed: Thu Nov 30 22:05:43 2017 +0000 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/e2ad8e9b/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 8c7d48e..2437c1c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild(jdks:[8,9]) +asfMavenTlpStdBuild(jdk:[8])
