You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2022/08/05 15:55:26 UTC

[sling-org-apache-sling-commons-metrics] 01/02: SLING-11509 enable PR validation with Java 11 and 17

This is an automated email from the ASF dual-hosted git repository.

joerghoh pushed a commit to branch SLING-11501
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics.git

commit 3538d0aab742c0a2568a0c7408ac9a6dab0c5699
Author: Joerg Hoh <jo...@apache.org>
AuthorDate: Fri Aug 5 17:54:42 2022 +0200

    SLING-11509 enable PR validation 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..9097f10
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,8 @@
+{
+  "jenkins": {
+    "jdks": [
+      17,
+      11
+    ]
+  }
+}
\ No newline at end of file