You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Discussed in #33487
Originally posted by devr52 May 19, 2023
Tasks nativeTestRuntimeOnly, nativeTestImplementation, integrationTestRuntimeOnly, integrationTestImplementation are affected.
In relation to:
@QuarkusTest
and@QuarkusIntegrationTest
to coexist in same test suite #23528Will this affect the way quarkus do thing in relation to these tasks created by the quarkus specific sourcesets??
The text was updated successfully, but these errors were encountered: