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

jooby:run: allow to run on test classpath #3086

Closed
jknack opened this issue Aug 19, 2023 · 0 comments
Closed

jooby:run: allow to run on test classpath #3086

jknack opened this issue Aug 19, 2023 · 0 comments

Comments

@jknack
Copy link
Member

jknack commented Aug 19, 2023

Maven:

mvn jooby:run (no change)
mvn jooby:testRun (bind to `test-compile`)

Gradle:

./gradlew joobyRun (no change)
./gradlew joobyTestRun (bind to `testClasses`)

I don't want to bind jooby run to tests phase bc on large code base it might took too much to startup. Also, this keep existing functionality (no one will be affected by the change).

@jknack jknack added this to the 3.0.3 milestone Aug 19, 2023
@jknack jknack closed this as completed in ea8438a Aug 19, 2023
jknack added a commit that referenced this issue Aug 21, 2023
- jooby:run: allow to run on test classpath fix #3086
- simplify/refactor code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant