[
https://issues.apache.org/jira/browse/QUARKS-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406008#comment-15406008
]
Cazen Lee commented on QUARKS-205:
----------------------------------
Hi [~dlaboss] Your idea LGTM.
I guess javadoc(changed from aggregateJavadoc) will works because that is root
project's task(so it doesn't invoke on subproject's default). But I will check
it again.
And I'll check if I can make a gradle targets corresponding to the ant
||DESC||Ant||Gradle||
| Build all code and Javadoc |ant all |gradle all|
| Clean the project |ant clean |gradle clean|
|Run the JUnit tests| ant test | gradle test|
|Generate JUnit and Coverage reports |ant reports | gradle reports|
|Build a release bundle|ant release| gradle release|
> 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)