You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/08/26 18:53:05 UTC

[myfaces-tobago] branch tobago-4.x updated: Adding JDK 14 as build matrix option

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

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new f327203  Adding JDK 14 as build matrix option
f327203 is described below

commit f327203305062ae33a3f86366a08c8fe373ec6a7
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 20:52:33 2020 +0200

    Adding JDK 14 as build matrix option
    
    (cherry picked from commit 9cee7d8aebc93058b15bf2f8f81521b8a0fe58b1)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3e9cd79..bc0f80b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@ pipeline {
                 axes {
                     axis {
                         name 'JAVA_VERSION'
-                        values 'JDK 1.8 (latest)', 'JDK 11 (latest)'
+                        values 'JDK 1.8 (latest)', 'JDK 11 (latest)', 'JDK 14 (latest)'
                     }
                 }