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:52 UTC

[sling-org-apache-sling-jcr-repoinit] branch feature/multi-os-java-build created (now 775da80)

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

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


      at 775da80  build with Windows and on the last 3 Java LTS versions

This branch includes the following new commits:

     new 775da80  build with Windows and on the last 3 Java LTS versions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by kw...@apache.org.
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