You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/07/09 13:18:52 UTC

[sling-project-archetype] 01/02: SLING-10595 - Project archetype should default to Java 11

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

rombert pushed a commit to branch feature/SLING-10595
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git

commit 8003b205d987d5a7c8c47cf6e71e47b2331ea7fd
Author: Robert Munteanu <ro...@apache.org>
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