Upgrading to 3.4.1 from 3.3.3 with Gradle 8.3 causes exceptions when running @QuarkusTests via IntelliJ #36136
Labels
area/gradle
Gradle
kind/bug
Something isn't working
triage/needs-feedback
We are waiting for feedback.
Describe the bug
When upgrading to 3.4.1 from 3.3.3 with Gradle 8.3, test runs cause exceptions when running @QuarkusTests via IntelliJ.
IntelliJ Gradle Config:
This was tried with both GraalVM CE 17 and 21 and the result was the same.
Note the tests run without issue when running via the terminal with quarkus dev
Expected behavior
Tests run.
Actual behavior
Tests fail to run with the following stack trace.
Caused by: org.gradle.api.GradleException: Could not determine the class-path for class io.quarkus.bootstrap.resolver.QuarkusModelBuildAction
Full stack trace:
Quarkus-test-run-stack-trace.log
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
21
GraalVM version (if different from Java)
21
Quarkus version or git rev
3.4.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.3
Additional information
No response
The text was updated successfully, but these errors were encountered: