Skip to content

Conversation

@timtebeek
Copy link
Member

We're seeing a type attribution issue downstream after upgrading to Gradle 9.2.0

This branch intentionally is using an older base & build gradle plugins from before

Ideally what we show here is that the test passes on these older versions, but then fails because we get Object after updating to the latest.

Comment on lines +2 to +3
id("org.openrewrite.build.root") version("2.5.6")
id("org.openrewrite.build.java-base") version("2.5.6")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the first build passes we'll want to revert this change, and update the branch to include master, to show that we then get Object instead of TaskContainer.

Suggested change
id("org.openrewrite.build.root") version("2.5.6")
id("org.openrewrite.build.java-base") version("2.5.6")
id("org.openrewrite.build.root") version("latest.release")
id("org.openrewrite.build.java-base") version("latest.release")

@timtebeek
Copy link
Member Author

@timtebeek timtebeek closed this Oct 31, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in OpenRewrite Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants