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/06/23 11:37:58 UTC

[sling-org-apache-sling-scripting-groovy] 05/05: 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

commit 90cefe909c151f24c91d7fe4bcd978405a579798
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Jun 23 13:37:41 2022 +0200

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

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..c4627e9
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,9 @@
+{
+  "jenkins": {
+    "jdks": [
+      17,
+      11,
+      8
+    ]
+  }
+}