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/03/27 20:26:42 UTC

[sling-org-apache-sling-clam] 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-clam.git


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

commit 35cff5e80fa644b2131fd451dc7b40fa9e13b249
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 27 22:26:21 2022 +0200

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

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