Skip to content

[GEODE-10662] Gradle 7.6.6 - #8090

Open
JinwooHwang wants to merge 4 commits into
apache:developfrom
JinwooHwang:feature/GEODE-10662
Open

JinwooHwang wants to merge 4 commits into
apache:developfrom
JinwooHwang:feature/GEODE-10662

Conversation

@JinwooHwang

Copy link
Copy Markdown
Contributor

For all changes, please confirm:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
  • Has your PR been rebased against the latest commit within the target branch (typically develop)?
  • Is your initial contribution a single, squashed commit?
  • Does gradlew build run cleanly?
  • Have you written or updated unit tests to verify your changes?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

Regenerates the wrapper via the wrapper task and adjusts the build for
behaviour changes in this version: aggregated Javadoc now selects source
projects by the java plugin so platform projects are excluded, and test
workers receive the java.base/java.lang opens that Gradle no longer adds.
Gradle 7.6 chains setUseLegacyAddOpens onto the builder returned by the worker
process factory. Forwarding the delegate's return value handed callers the
unwrapped builder, so the wrapper that installs the process launcher was
discarded. The remaining fluent methods are changed the same way to keep the
wrapper in place.
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

Successfully merging this pull request may close these issues.

1 participant