You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/05/15 20:32:40 UTC

[maven-dependency-analyzer] 02/02: Run tests also with Java 12

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MSHARED-810
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 28b1dae47f0f17b8e2114f0eada5c062e0318024
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed May 15 22:28:19 2019 +0200

    Run tests also with Java 12
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..b21831c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdks:['7','8','11','12'])