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. |
0 replies
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
quarkusDevwhen the tests don’t build:Is this a deliberate design decision, or a bug?
Note the
quarkusRundoes not depend on building the tests:All reactions