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 2022/06/15 14:50:35 UTC

[sling-maven-enforcer-rules] 01/01: build with multiple JDKs

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

kwin pushed a commit to branch feature/test-parallel-builds
in repository https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git

commit 0ea66e76863bfd2714c6f299b8a88ba57f0a8993
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Jun 15 11:10:39 2022 +0200

    build with multiple JDKs
---
 .sling-module.json | 9 +++++++++
 Jenkinsfile        | 1 -
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..414e75d
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,9 @@
+{
+  "jenkins": {
+    "jdks": [
+      8,
+      11,
+      17
+    ]
+  }
+}
\ No newline at end of file
diff --git a/Jenkinsfile b/Jenkinsfile
index 6b6d58b..f582519 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,4 +1,3 @@
-@Library('sling@feature/parallel-builds') _
 /**
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file