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

rombert 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 92d599d  SLING-8311 - Investigate creating a Sling CLI tool for 
development task automation
92d599d is described below

commit 92d599dd58ac2d5c28294c98534e4a1d46d502c5
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Thu Mar 28 18:27:54 2019 +0100

    SLING-8311 - Investigate creating a Sling CLI tool for development task 
automation
    
    Syntax fix for module descriptor
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 124e78c..0061847 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,6 +1,6 @@
 {
     "jenkins": {
-        "jdks": 11,
+        "jdks": [11],
         "sonarCloud": true
     }
 }

Reply via email to