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

Add configuration option for 'versionsProvidingConfiguration' #142

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

jjohannes
Copy link
Member

This way, a build setup can be created with a Configuration available in ALL projects that resolves to the same version of every module used. Then the metadata input to the transform, to process 'requireAllDefinedDependencies', is the same for a certain Jar independent of the classpath it is used on.

Resolve #137

@jjohannes jjohannes added this to the 1.9 milestone Sep 16, 2024
@jjohannes jjohannes force-pushed the versionsProvidingConfiguration branch 2 times, most recently from 0f52ec6 to 4a84a39 Compare September 22, 2024 16:36
@jjohannes jjohannes marked this pull request as ready for review September 22, 2024 16:36
This way, a build setup can be created with a Configuration available
in ALL projects that resolves to the same version of every module
used. Then the metadata input to the transform, to process
'requireAllDefinedDependencies', is the same for a certain Jar
independent of the classpath it is used on.
@jjohannes jjohannes merged commit eaadb8e into main Sep 22, 2024
1 check passed
@jjohannes jjohannes deleted the versionsProvidingConfiguration branch September 22, 2024 17:45
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.

requireAllDefinedDependencies: avoid running the same transform many times
1 participant