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/09/07 19:32:32 UTC

[sling-org-apache-sling-scripting-groovy] branch master updated: tell Jenkins to run build with Java 8, 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 e16d1c4  tell Jenkins to run build with Java 8, 11 and 17
e16d1c4 is described below

commit e16d1c4dc71789bdc6674cc6da4b4cef7cc92ed2
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Sep 7 21:32:13 2022 +0200

    tell Jenkins to run build with Java 8, 11 and 17
---
 .sling-module.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.sling-module.json b/.sling-module.json
index a48d11d..c4627e9 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,6 +1,7 @@
 {
   "jenkins": {
     "jdks": [
+      17,
       11,
       8
     ]