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 2021/08/11 10:34:25 UTC

[sling-org-apache-sling-karaf-integration-tests] branch master updated: pin build on Java 11

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-integration-tests.git


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

commit 3725e56bf5a0a9e7159451179ea84657afd93aae
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Aug 11 12:34:17 2021 +0200

    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
+    ]
+  }
+}