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

Deprecation warning for quarkus generated tasks in Gradle 9.0 #34390

Closed
jcjolley opened this issue Jun 28, 2023 Discussed in #33487 · 3 comments
Closed

Deprecation warning for quarkus generated tasks in Gradle 9.0 #34390

jcjolley opened this issue Jun 28, 2023 Discussed in #33487 · 3 comments
Labels

Comments

@jcjolley
Copy link

Discussed in #33487

Originally posted by devr52 May 19, 2023
Tasks nativeTestRuntimeOnly, nativeTestImplementation, integrationTestRuntimeOnly, integrationTestImplementation are affected.
In relation to:

Will this affect the way quarkus do thing in relation to these tasks created by the quarkus specific sourcesets??

The configuration integrationTestImplementation was created explicitly. This configuration name is reserved for creation by Gradle. This behavior has been deprecated. This behavior is scheduled to be removed in Gradle 9.0. Do not create a configuration with this name. Consult the upgrading guide for further information: https://docs.gradle.org/8.1.1/userguide/upgrading_version_8.html#configurations_allowed_usage

@quarkus-bot quarkus-bot bot added the area/gradle Gradle label Jun 28, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 28, 2023

/cc @glefloch, @quarkusio/devtools

@mschorsch
Copy link
Contributor

#38249

@aloubyansky
Copy link
Member

This should be fixed by #38249, thanks for creating the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants