You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/01/11 16:38:20 UTC

[sling-slingfeature-maven-plugin] branch master updated: Only build with Java 11

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 79bf2ac  Only build with Java 11
79bf2ac is described below

commit 79bf2ac538fa87112d5a3a6d2360d896c92bb8a9
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Jan 11 17:37:39 2021 +0100

    Only build with Java 11
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 21ac44e..bca6582 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,5 +1,5 @@
 {
     "jenkins": {
-        "jdks": [8, 11]
+        "jdks": [11]
     }
 }