You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2023/01/03 07:01:15 UTC

[streampipes] branch dev updated: [hotfix] Update Java version in Jenkinsfile

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 71714f3aa [hotfix] Update Java version in Jenkinsfile
71714f3aa is described below

commit 71714f3aa28a9ef0bbfda6034f06a7eb4dc3e611
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Tue Jan 3 08:01:10 2023 +0100

    [hotfix] Update Java version in Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c202e02c5..be79716ad 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ pipeline {
 
   tools {
         maven 'maven_3_latest'
-        jdk 'jdk_11_latest'
+        jdk 'jdk_17_latest'
     }