Skip to content
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

Allow projects to override library auto-detection #2011

Merged
merged 2 commits into from
Dec 7, 2021

Conversation

carterkozak
Copy link
Contributor

This is helpful for test modules which aren't published, but
may be consumed by either distribution code or library code.

==COMMIT_MSG==
Allow projects to override library auto-detection
==COMMIT_MSG==

The extension property dependencies feel a bit weird becuase the javaVersions plugin is responsible for making a determination whether a module is a library or dist, but it reads the override value from the submodules javaVersion extension.
I considered splitting the pieces apart and passing the full context along to each submodule, allowing it to make the determination, but the change was much larger and ultimately I'm not convinced it was easier to follow.

Ideally we'd use some third system to tag modules as distribution/asset/library/etc and simply read that metadata, but that's well out of scope for this change :-)

This is helpful for test modules which aren't published, but
may be consumed by either distribution code or library code.
@changelog-app
Copy link

changelog-app bot commented Dec 7, 2021

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Allow projects to override library auto-detection

Check the box to generate changelog(s)

  • Generate changelog entry

@policy-bot policy-bot bot requested a review from tetigi December 7, 2021 15:48
@carterkozak carterkozak requested review from fawind and CRogers and removed request for tetigi December 7, 2021 15:48
@svc-autorelease
Copy link
Collaborator

Released 4.49.0

bulldozer-bot bot pushed a commit to palantir/witchcraft-api that referenced this pull request Dec 8, 2021
###### _excavator_ is a bot for automating changes across repositories.

Changes produced by the roomba/latest-baseline-oss check.

# Release Notes
## 4.47.0
| Type | Description | Link |
| ---- | ----------- | ---- |
| Fix | Gradle plugins don't enforce PublicConstructorForAbstractClass which can break gradle injection | palantir/gradle-baseline#2009 |


## 4.48.0
| Type | Description | Link |
| ---- | ----------- | ---- |
| Improvement | Disable errorprone in intellij | palantir/gradle-baseline#2010 |


## 4.49.0
| Type | Description | Link |
| ---- | ----------- | ---- |
| Improvement | Allow projects to override library auto-detection | palantir/gradle-baseline#2011 |


## 4.50.0
| Type | Description | Link |
| ---- | ----------- | ---- |
| Improvement | Improve coordination between java-versions and idea ipr allowing project iprs to be successfully imported | palantir/gradle-baseline#2012 |



To enable or disable this check, please contact the maintainers of Excavator.
This was referenced Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants