[ 
https://issues.apache.org/jira/browse/QUARKS-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15347243#comment-15347243
 ] 

ASF GitHub Bot commented on QUARKS-205:
---------------------------------------

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

    https://github.com/apache/incubator-quarks/pull/147#discussion_r68319298
  
    --- Diff: build.gradle ---
    @@ -28,6 +28,14 @@ ext.ext_classpath = ['com.google.code.gson:gson:2.2.4',
       'io.dropwizard.metrics:metrics-core:3.1.2']
     ext.target_dir = "$distsDir"
     ext.target_java8_dir = "${ext.target_dir}/java8"
    +ext.target_javadoc_dir = "${ext.target_dir}/docs/javadoc"
    +
    +if (JavaVersion.current().isJava8Compatible()) {
    +  tasks.withType(Javadoc) {
    +    options.addStringOption('Xdoclint:none', '-quiet')
    --- End diff --
    
    Is Xdoclint:none still required?  I did a lot of work cleaning up things 
but maybe I didn't get everything.  Were there many complaints?  If 
possible/sensible, it would seem better to just fix them.  If that's a good 
idea but we really don't want to tackle that at this instant, please create 
another jira to track doing that after we finally convert to gradle.


> Create gradle Javadoc task
> --------------------------
>
>                 Key: QUARKS-205
>                 URL: https://issues.apache.org/jira/browse/QUARKS-205
>             Project: Quarks
>          Issue Type: Task
>            Reporter: Cazen Lee
>            Assignee: Cazen Lee
>            Priority: Minor
>              Labels: build, newbie
>
> Javadoc parity with ant javadoc task



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to