This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-accessmanager.git
The following commit(s) were added to refs/heads/master by this push:
new 9ca228f SLING-12022 temporarily disable building with jdk 17
9ca228f is described below
commit 9ca228f722710835e22d6d5036e545e5a0d4b23c
Author: Eric Norman <[email protected]>
AuthorDate: Mon Sep 11 16:18:18 2023 -0700
SLING-12022 temporarily disable building with jdk 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..a48d11d
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,8 @@
+{
+ "jenkins": {
+ "jdks": [
+ 11,
+ 8
+ ]
+ }
+}