You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/11/03 20:25:35 UTC

[sling-org-apache-sling-scripting-freemarker] 21/21: build with Java 11 and 17

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-freemarker.git

commit 62c444a1c544c39436b7ab0764033d9a39b769b4
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Nov 3 21:21:19 2022 +0100

    build with Java 11 and 17
---
 .sling-module.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index c4627e9..3f2b4e4 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -2,8 +2,7 @@
   "jenkins": {
     "jdks": [
       17,
-      11,
-      8
+      11
     ]
   }
 }