You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2017/03/01 14:33:31 UTC

[48/50] [abbrv] ignite git commit: JDK 8 compilation fix

JDK 8 compilation fix


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

Branch: refs/heads/master
Commit: b7949c4fe2cc4e27035e0b6576c361cd21246432
Parents: a70f5c4
Author: Anton Vinogradov <av...@apache.org>
Authored: Tue Feb 28 16:29:28 2017 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Tue Feb 28 16:29:28 2017 +0300

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b7949c4f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index a4972d1..a17732d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -937,7 +937,7 @@
                 <jdk>[1.8,)</jdk>
             </activation>
             <properties>
-                <javadoc.opts>-Xdoclint:none</javadoc.opts>
+                <javadoc.opts>-Xdoclint:none --allow-script-in-comments</javadoc.opts>
             </properties>
             <build>
                 <plugins>