Disable the linting of Javadocs when running with Java 11 (i.e. always)

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b21ec2d4
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b21ec2d4
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b21ec2d4

Branch: refs/heads/WICKET-6563
Commit: b21ec2d4b57a1533b92b6c433a728682c90bc9de
Parents: cbc2371
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Tue Oct 2 09:12:54 2018 +0300
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Tue Oct 2 09:12:54 2018 +0300

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/b21ec2d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4ba492a..7e73de5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1253,9 +1253,9 @@
                        </build>
                </profile>
                <profile>
-                       <id>Java 8</id>
+                       <id>Java 11</id>
                        <activation>
-                               <jdk>1.8</jdk>
+                               <jdk>11</jdk>
                        </activation>
                        <properties>
                                <!-- Disable javadoc linter when building with 
Java 8

Reply via email to