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-content-analyzing.git
The following commit(s) were added to refs/heads/master by this push: new d66a14f build with JDK 11 and 14 only (to make SonarCloud happy) d66a14f is described below commit d66a14fa6af55b9737c2b52faef343019ac4876a Author: Oliver Lietz <o...@apache.org> AuthorDate: Fri Nov 6 09:30:39 2020 +0100 build with JDK 11 and 14 only (to make SonarCloud happy) --- .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..0e603c0 --- /dev/null +++ b/.sling-module.json @@ -0,0 +1,8 @@ +{ + "jenkins": { + "jdks": [ + 14, + 11 + ] + } +}