JaroslavTulach commented on pull request #2453: URL: https://github.com/apache/netbeans/pull/2453#issuecomment-708907643
I see. Gradle tooling does augmentation! I was wandering why I cannot find `runSingle` when launching gradle on the command line. The augmentation approach defeats the idea of NetBeans always doing internally the same thing as from command line and it beats the purpose of printing the command line at the beginning of output. It makes no sense to copy it to terminal. > we have a runSingle task defined in the project If we have this, then I have to modify the [testing project](https://micronaut.io/launch/) to have `runSingle` action. Or I need to find a way to open a project and make it augmented. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
