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

[sling-org-apache-sling-adapter-annotations-it] branch master updated: SLING-2938 - build fails with jdk 11, restrict to 8 for now

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-adapter-annotations-it.git


The following commit(s) were added to refs/heads/master by this push:
     new b351c34  SLING-2938 - build fails with jdk 11, restrict to 8 for now
b351c34 is described below

commit b351c343f4ed98523350b95d88c0e246408c1ae8
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Nov 5 18:07:32 2020 +0100

    SLING-2938 - build fails with jdk 11, restrict to 8 for now
---
 .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..cbc4549
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+  "jenkins":{
+    "jdks": [8]
+  }
+}