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 2022/03/14 09:38:15 UTC

[sling-org-apache-sling-commons-threads] 01/01: SLING-11161 Support testing with different JDKs

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

rombert pushed a commit to branch issue/SLING-11147-jenkins-jdk-8
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git

commit 0860725d0acf97ffce94fae09ac7292e6c9758ba
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 14 10:37:35 2022 +0100

    SLING-11161 Support testing with different JDKs
    
    Also build with JDK 8 in Jenkins
---
 .sling-module.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 3f2b4e4..c4627e9 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -2,7 +2,8 @@
   "jenkins": {
     "jdks": [
       17,
-      11
+      11,
+      8
     ]
   }
 }