You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2023/01/10 21:02:53 UTC

[sling-org-apache-sling-jcr-repoinit] 01/01: build with Windows and on the last 3 Java LTS versions

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

kwin pushed a commit to branch feature/multi-os-java-build
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git

commit 775da80cb4b95f39b9b9ef25c73c4a8668c01815
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jan 10 22:02:46 2023 +0100

    build with Windows and on the last 3 Java LTS versions
---
 .sling-module.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..cdbfa4b
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,6 @@
+{
+    "jenkins": {
+        "jdks": [8,11,17],
+        "operatingSystems": ["windows", "linux"]
+    }
+}
\ No newline at end of file