You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Maven:
Gradle:
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).The text was updated successfully, but these errors were encountered: