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

deprecated feature warning in Gradle 7.0.2 #85

Open
milbrandt opened this issue Jun 25, 2021 · 0 comments
Open

deprecated feature warning in Gradle 7.0.2 #85

milbrandt opened this issue Jun 25, 2021 · 0 comments

Comments

@milbrandt
Copy link

milbrandt commented Jun 25, 2021

in build.gradle

plugins {
id 'com.ullink.nuget' version '2.23'
...
}
nugetRestore {
solutionDirectory = '.'
}

reports

Task :XXX:nugetRestore
Execution optimizations have been disabled for task ':XXX:nugetRestore' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: 'XXX'. Reason: Task ':XXX:nugetRestore' uses this output of task ':XXX:extractIncludeProto' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'XXX'. Reason: Task ':XXX:nugetRestore' uses this output of task ':XXX:extractProto' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.

Similar warnings for tasks processResources and extractTestProto

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

No branches or pull requests

1 participant