jaikiran commented on a change in pull request #93: JUnit-5 tag functionality URL: https://github.com/apache/ant/pull/93#discussion_r286059440
########## File path: manual/Tasks/junitlauncher.html ########## @@ -129,6 +129,18 @@ <h3>Parameters</h3> <th scope="col">Description</th> <th scope="col">Required</th> </tr> + <tr> + <td>includeTags</td> + <td>A comma separated list of <a href="https://junit.org/junit5/docs/current/user-guide/#writing-tests-annotations">JUnit 5 tags</a>, describing the tests to include. + </td> Review comment: Can you make a mention that this attribute is available since Ant 1.10.7? See the `outputDir` attribute of the `listener` element for an example of how we do that. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org