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 Provider instead of Property in Quarkus Gradle Extension #40728

Merged
merged 1 commit into from
May 23, 2024

Conversation

dnl50
Copy link
Contributor

@dnl50 dnl50 commented May 20, 2024

The MapProperty#put method expects either an instance or a Provider of the value type T when adding new values to the underlying map. The QuarkusPluginExtension#set method uses a Property instead of a Provider, which requires a more verbose syntax.

@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle labels May 20, 2024
Copy link

quarkus-bot bot commented May 23, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 9e38233.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@gastaldi gastaldi merged commit 8f878f7 into quarkusio:main May 23, 2024
20 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.12 - main milestone May 23, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants