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

rombert pushed a commit to branch issue/test-java-25
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit a5055aafd7fddc25f865b04fcdffdce73c7333d5
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Sep 5 09:53:26 2025 +0200

    test: run on Java 25 only
---
 .sling-module.json | 3 +--
 Jenkinsfile        | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index a6df1e3..3882626 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -3,8 +3,7 @@
         "emailRecipients": ["[email protected]"],
         "sonarQubeEnabled": false,
         "jdks": [
-          17,
-          21
+          25
         ],
         "operatingSystems": [
             "linux"
diff --git a/Jenkinsfile b/Jenkinsfile
index f582519..da874c8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,5 +16,5 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-
+@Library('sling@issue/SLING-12927')
 slingOsgiBundleBuild()

Reply via email to