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-usermanager.git
The following commit(s) were added to refs/heads/master by this push:
new 85e491a SLING-12023 temporarily disable building with jdk 17
85e491a is described below
commit 85e491adb6d2e53a4a19cd41e2d5ada935244639
Author: Eric Norman <[email protected]>
AuthorDate: Mon Sep 11 16:53:42 2023 -0700
SLING-12023 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
+ ]
+ }
+}