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
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
The text was updated successfully, but these errors were encountered:
in build.gradle
plugins {
id 'com.ullink.nuget' version '2.23'
...
}
nugetRestore {
solutionDirectory = '.'
}
reports
Similar warnings for tasks processResources and extractTestProto
The text was updated successfully, but these errors were encountered: