-
Notifications
You must be signed in to change notification settings - Fork 134
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
Javadoc tasks supporty BaselineModuleJvmArgs #2137
Conversation
This unblocks the error-prone 2.11 upgrade.
Generate changelog in
|
if (!exportValues.isEmpty()) { | ||
coreOptions | ||
// options are automatically prefixed with '-' internally | ||
.addMultilineStringsOption("-add-exports") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was wondering why we can't use collectClasspathArgs
here which does a very similar colelction of the export and open args. Is it because of the --
vs -
distinction?
Line 261 in 159bb38
.flatMap(BaselineModuleJvmArgs::addExportArg); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sort of, add-exports
only occurs once, and the values are collected on the right-hand-side.
Released 4.81.0 |
###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-baseline-oss check. # Release Notes ## 4.80.0 | Type | Description | Link | | ---- | ----------- | ---- | | Improvement | Compilation supports add-exports/add-opens with toolchains | palantir/gradle-baseline#2136 | ## 4.81.0 | Type | Description | Link | | ---- | ----------- | ---- | | Improvement | Javadoc tasks supporty BaselineModuleJvmArgs | palantir/gradle-baseline#2137 | ## 4.82.0 _Automated release, no documented user facing changes_ To enable or disable this check, please contact the maintainers of Excavator.
This unblocks the error-prone 2.11 upgrade.
==COMMIT_MSG==
Javadoc tasks supporty BaselineModuleJvmArgs
==COMMIT_MSG==