-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug]: Nightly snapshot release is failing due to Gradle 8 upgrade #28898
Comments
Some relevant links: beam/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy Lines 1787 to 1797 in d170634
Flink module has copy and merge source overrides: beam/runners/flink/flink_runner.gradle Lines 46 to 78 in d170634
|
Thanks for triaging. This additional check in Gradle 8 has broken several test (e.g. #28845) - they are existing problem in our build but begins to be enforced in Gradle 8. From the migration guide, I ran |
Also note - flink runner errors in https://ci-beam.apache.org/job/beam_Release_NightlySnapshot/2041/console are likely the cause of the timing issue of #28419 |
What happened?
Around the same time that Gradle 8 got upgraded (#28756), the nightly snapshot has been failing on both Jenkins and GHA. For both, I'm seeing errors with many Gradle task configurations that go like:
Example: https://ci-beam.apache.org/job/beam_Release_NightlySnapshot/2041/console
Looks like Gradle 8 is more strict on declaring dependencies.
Issue Priority
Priority: 1 (data loss / total loss of function)
Issue Components
The text was updated successfully, but these errors were encountered: