You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2022/03/22 16:37:15 UTC

[sling-whiteboard] branch master updated: Require Java 11

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new d8b4793  Require Java 11
d8b4793 is described below

commit d8b4793be8c2c4896c28d6e4fc49a054314576d9
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Mar 22 17:37:05 2022 +0100

    Require Java 11
---
 jbang/SlingStarter.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jbang/SlingStarter.java b/jbang/SlingStarter.java
index 4bdbf5b..9d62cef 100644
--- a/jbang/SlingStarter.java
+++ b/jbang/SlingStarter.java
@@ -17,6 +17,8 @@
  * the License.
  */
 
+//JAVA 11+
+
 //DEPS org.apache.sling:org.apache.sling.feature.launcher:1.2.0
 //DEPS commons-cli:commons-cli:1.4
 //DEPS org.apache.commons:commons-lang3:3.12.0