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 17:12:33 UTC

[myfaces-tobago] 02/02: Tobago 2 officially supports Java 5, but Java 11 compiles no target for Java 5

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

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

commit bb9eb130cbd16d7f6b2bbf06aad3916d93dee714
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 19:06:44 2020 +0200

    Tobago 2 officially supports Java 5, but Java 11 compiles no target for Java 5
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8929f7f..bce0602 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)'  Tobago 2 officially supports Java 5, but Java 11 compiles no target for Java 5  */
                     }
                 }