Skip to content
New issue

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

Redirect gradle main class somewhere #175

Open
dbwiddis opened this issue Oct 10, 2022 · 0 comments
Open

Redirect gradle main class somewhere #175

dbwiddis opened this issue Oct 10, 2022 · 0 comments
Labels
enhancement New feature or request testing Unit or integration testing

Comments

@dbwiddis
Copy link
Member

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 (like gradle 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Unit or integration testing
Projects
None yet
Development

No branches or pull requests

2 participants