You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by vdiravka <gi...@git.apache.org> on 2018/04/02 15:01:04 UTC

[GitHub] drill pull request #1182: DRILL-6287: apache-release profile should be disab...

Github user vdiravka commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1182#discussion_r178561972
  
    --- Diff: pom.xml ---
    @@ -66,6 +66,7 @@
         <excludedGroups />
         <memoryMb>4096</memoryMb>
         <directMemoryMb>4096</directMemoryMb>
    +    <additionalparam>-Xdoclint:none</additionalparam>
    --- End diff --
    
    Do we need a task (new Jira) for refactoring the Drill java docs and moving onto Java 8 doclint?


---