This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-content-package-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new 7ac0983 Use Java 11 for Jenkins
7ac0983 is described below
commit 7ac09831656f730141b61d55c825429c8c20d2ad
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Nov 6 12:05:15 2020 +0100
Use Java 11 for Jenkins
Integration testing uses Java 11, and for new projects Java 11 should be a
reasonable choice.
---
.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
+ ]
+ }
+}