You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2020/11/30 13:30:33 UTC

[sling-org-apache-sling-pipes] branch master updated: switch jenkins build to java 11

This is an automated email from the ASF dual-hosted git repository.

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git


The following commit(s) were added to refs/heads/master by this push:
     new 65ee912  switch jenkins build to java 11
65ee912 is described below

commit 65ee912bc3ca08d54c3de8b11bb8001c65f95783
Author: Nicolas Peltier <np...@apache.org>
AuthorDate: Mon Nov 30 14:30:16 2020 +0100

    switch jenkins build to java 11
---
 .sling-module.json | 5 +++++
 1 file changed, 5 insertions(+)

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