Why does quarkusDev depend on testClasses in Gradle? #47467
Closed
rodcheater
started this conversation in
Community
Replies: 2 comments
-
Ah, it only happens with Kotlin tests. I think this is just a regression of #20729. I’ll raise a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I often find myself in a situation where my tests are not in a buildable state but I need to be able to run the application. However, you can’t run
quarkusDev
when the tests don’t build:Is this a deliberate design decision, or a bug?
Note the
quarkusRun
does not depend on building the tests:Beta Was this translation helpful? Give feedback.
All reactions