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-karaf-launchpad-oak-tar-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b3db4e  pin build on Java 11
9b3db4e is described below

commit 9b3db4efe7c7cab597aaac2a6806635a4252337a
Author: Oliver Lietz <[email protected]>
AuthorDate: Mon Mar 7 12:03:31 2022 +0100

    pin build on Java 11
---
 .sling-module.json | 7 +++++++
 1 file changed, 7 insertions(+)

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

Reply via email to