Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a copy of compile classpath for quarkus-core annotation processor lookup #25765

Merged
merged 1 commit into from
May 25, 2022

Conversation

glefloch
Copy link
Member

This uses a copy of the compile classpath configuration when looking for the quarkus-core artifact. It avoid issue with resolution in multi module project. This fix is already present in the application plugin

close #25626

@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle labels May 24, 2022
@glefloch glefloch merged commit 81b9cfa into quarkusio:main May 25, 2022
@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone May 25, 2022
@glefloch glefloch deleted the fix/25626 branch May 25, 2022 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle kind/bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quarkus extension in multi-module Gradle project fails to resolve quarkus-core
3 participants