We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#172 moved test code out of production, which is good.
It also removed the existing "main class" associated with gradle run
gradle run
Point gradle run to a minimal extension for testing/debug use. We can create a new one that will execute Integration Tests.
Point gradle run (back to) hello world. (Maybe a good temporary solution.)
Leaving test code in the production source tree (yuck, but maybe a single small independent runnable class that eventually disappears might be OK)
Having gradle run tell the user it doesn't do anything, and giving a menu of other options (like gradle helloWorld).
gradle helloWorld
This is an easy fix but requires some discussion from contributors on where they want it to point!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
#172 moved test code out of production, which is good.
It also removed the existing "main class" associated with
gradle run
What solution would you like?
Point gradle run to a minimal extension for testing/debug use. We can create a new one that will execute Integration Tests.
What alternatives have you considered?
Point
gradle run
(back to) hello world. (Maybe a good temporary solution.)Leaving test code in the production source tree (yuck, but maybe a single small independent runnable class that eventually disappears might be OK)
Having
gradle run
tell the user it doesn't do anything, and giving a menu of other options (likegradle helloWorld
).Do you have any additional context?
This is an easy fix but requires some discussion from contributors on where they want it to point!
The text was updated successfully, but these errors were encountered: