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

rombert pushed a commit to branch issue/disable-windows-builds
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit 8e858dd41cbfc683bb9e2f17652657b73669d23a
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Fri Jun 9 11:59:47 2023 +0200

    test: try disabling the windows builds, to see if the build passes
---
 .sling-module.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 5d7a3ff..220b91a 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -2,8 +2,10 @@
     "jenkins": {
         "emailRecipients": ["d...@sling.apache.org"],
         "sonarQubeEnabled": false,
+        "operatingSystems": [
+            "linux"
+        ],
         "rebuildFrequency": "@daily",
-        "jdks": [11, 17],
         "additionalMavenParams": "-Dit.startTimeoutSeconds=120",
         "archivePatterns": [
             "**/logs/*.log"

Reply via email to