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 09:10:44 UTC

[sling-maven-enforcer-rules] branch feature/test-parallel-builds updated: 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


The following commit(s) were added to refs/heads/feature/test-parallel-builds by this push:
     new 71c8575  build with multiple JDKs
71c8575 is described below

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

    build with multiple JDKs
---
 .sling-module.json | 9 +++++++++
 1 file changed, 9 insertions(+)

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