You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2023/01/31 05:35:56 UTC

[sling-org-apache-sling-app-cms] branch master updated: Temp - Removing support for Java 17 as it compiles but does not run

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new b6b4d832 Temp - Removing support for Java 17 as it compiles but does not run
b6b4d832 is described below

commit b6b4d83296575d6ea883de66b865c9a07202ae1a
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Mon Jan 30 22:35:45 2023 -0700

    Temp - Removing support for Java 17 as it compiles but does not run
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 2026d55b..81830cbf 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,5 +1,5 @@
 {
     "jenkins": {
-        "jdks": [11,17]
+        "jdks": [11]
     }
 }
\ No newline at end of file