We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Moving here from ticket https://support-jira.p.t/browse/PDS-141249
Originally discussed in slack thread: https://palantir.slack.com/archives/C5MKHTMD4/p1601314980130500
Upgrading from GCV 1.25.0 to 1.26.1 causes build failures due to gradle being unable to determine dependencies of some proto generation tasks. Example Circle failure: https://circle.p.b/workflow-run/7c6bd0f8-8265-442e-8969-4e3e9c03770f
The text was updated successfully, but these errors were encountered:
This is because the protobufToolsLocator_protoc configuration is configured with transitive = false. https://github.com/google/protobuf-gradle-plugin/blob/371b11483b7b0160098b5395a7219a191b700201/src/main/groovy/com/google/protobuf/gradle/ToolsLocator.groovy#L97
protobufToolsLocator_protoc
transitive = false
Due to the changes from #557, constraints are no longer applied to configurations with transitive = false.
For more details, see #649.
Sorry, something went wrong.
No branches or pull requests
Moving here from ticket https://support-jira.p.t/browse/PDS-141249
Originally discussed in slack thread: https://palantir.slack.com/archives/C5MKHTMD4/p1601314980130500
What happened?
Upgrading from GCV 1.25.0 to 1.26.1 causes build failures due to gradle being unable to determine dependencies of some proto generation tasks. Example Circle failure: https://circle.p.b/workflow-run/7c6bd0f8-8265-442e-8969-4e3e9c03770f
The text was updated successfully, but these errors were encountered: