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 2019/12/05 15:00:50 UTC

[sling-slingfeature-maven-plugin] 02/02: SLING-8876 - ApisJar mojo includess invalid javadoc package roots

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

rombert pushed a commit to branch feature/SLING-8876
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit 4428563a963ac3de5cd03433cbed77823344acf2
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Dec 5 15:59:55 2019 +0100

    SLING-8876 - ApisJar mojo includess invalid javadoc package roots
    
    Build project with Java 11 on Jenkins as well, to protect from various
    javadoc behaviour changes.
---
 .sling-module.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..21ac44e
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+    "jenkins": {
+        "jdks": [8, 11]
+    }
+}