You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/03/16 13:42:13 UTC

[maven-patch-plugin] 08/08: Lock JDK versions: Java 6 compatible project doesn't compile with JDK 12

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-patch-plugin.git

commit 27251b07b0c1a8f662fd3b24058c40ba1839d2fd
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Mar 16 14:41:51 2019 +0100

    Lock JDK versions: Java 6 compatible project doesn't compile with JDK 12
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..a549506 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild(jdk:['7','8','11'])