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/04 21:56:55 UTC

[sling-org-apache-sling-scripting-groovy] branch master updated: 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-groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new f14bf13  build with Java 11 and 17
f14bf13 is described below

commit f14bf1396c57041ff09da1e6771a1a51d685c3c2
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Nov 4 22:56:31 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
     ]
   }
 }