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-project-archetype.git

commit 2f750021a07ef110909cc8fce6794a70c3477522
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jul 9 16:08:41 2021 +0300

    SLING-10595 - Project archetype should default to Java 11
    
    Build with Java 11 on Jenkins
---
 .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..7155f40
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,7 @@
+{
+  "jenkins": {
+    "jdks": [
+      11
+    ]
+  }
+}
\ No newline at end of file

Reply via email to