You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/04/06 12:37:07 UTC

[plc4x] branch develop updated: - Told Jenkins to use Java 11 instead of 1.8

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9507a9e  - Told Jenkins to use Java 11 instead of 1.8
9507a9e is described below

commit 9507a9e8965006d073210c561c23ddb4e3621167
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Apr 6 14:36:43 2020 +0200

    - Told Jenkins to use Java 11 instead of 1.8
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index fa62a02..b7a5138 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
 
     tools {
         maven 'Maven 3 (latest)'
-        jdk 'JDK 1.8 (latest)'
+        jdk 'JDK 11 (latest)'
     }
 
     options {