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/08/24 10:16:21 UTC

[sling-org-apache-sling-resource-presence] branch master updated: tell Jenkins to run 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-resource-presence.git


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

commit 9c340da80320a6d776af2d37288b91e6a5588fb9
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Aug 24 12:16:09 2022 +0200

    tell Jenkins to run 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
+    ]
+  }
+}