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 2019/12/20 09:39:09 UTC

[sling-org-apache-sling-commons-messaging-mail] branch master updated: tell Jenkins to run build with 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-commons-messaging-mail.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ca9e7a  tell Jenkins to run build with Java 11
9ca9e7a is described below

commit 9ca9e7ae8a11bfc4e52cd3f3855e62333d9e7eda
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 20 10:38:57 2019 +0100

    tell Jenkins to run build with 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
+    ]
+  }
+}