Open bulldog98 opened 1 year ago
/cc @quarkusio/devtools (maven)
Yes, this is a known limitation.
In general, writing extension in Gradle is not really supported - it may work or it may not.
I wouldn't say it's not entirely supported. We've seen Quarkus extension Gradle projects in the community. The basic config is described in https://quarkus.io/guides/writing-extensions#using-gradle
IMO, these kinds of issue should remain open even if we don't have resources to look into them right away.
I experimented with adding a fake pom.xml that contains both runtime and deployment as systempath references to the gradle build jars and that works, as long as you do not add any classes to the jar
Describe the bug
Using QuarkusProdModeTest to write a test requires maven
Expected behavior
It should also work with gradle
Actual behavior
How to Reproduce?
quarkus-show-prod-mode-test-maven-dependency.zip
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.2.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response