Skip to content

Disable Java 8 'doclint' checks#216

Open
ankon wants to merge 1 commit intojbufu:masterfrom
ankon:java8-doclint
Open

Disable Java 8 'doclint' checks#216
ankon wants to merge 1 commit intojbufu:masterfrom
ankon:java8-doclint

Conversation

@ankon
Copy link

@ankon ankon commented Sep 9, 2015

This allows building out-of-the-box with a Java 8 SDK.

@nfalco79
Copy link

The follow is sufficient

<profiles>
    <profile>
        <id>disable-java8-doclint</id>
        <activation>
            <jdk>[1.8,)</jdk>
        </activation>
        <properties>
            <additionalparam>-Xdoclint:none</additionalparam>
        </properties>
    </profile>
</profiles>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants