You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/12/06 12:01:33 UTC

[sling-org-apache-sling-launchpad-testing-war] branch master updated: Disable war testing on Java 9, for now.

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-org-apache-sling-launchpad-testing-war.git


The following commit(s) were added to refs/heads/master by this push:
     new 5176b93  Disable war testing on Java 9, for now.
5176b93 is described below

commit 5176b93267398771042a20cb0bcd3b9aad878660
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 6 14:01:26 2017 +0200

    Disable war testing on Java 9, for now.
---
 .sling-module.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.sling-module.xml b/.sling-module.xml
index 698e881..0df1d94 100644
--- a/.sling-module.xml
+++ b/.sling-module.xml
@@ -21,7 +21,9 @@
     <jenkins>
         <jdks>
             <jdk>1.8</jdk>
+            <!-- Disabled since we can't easily pass JVM args to the Jetty process
             <jdk>9</jdk>
+            -->
         </jdks>
         <archivePatterns>
             <archivePattern>**/logs/*.log</archivePattern>

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].