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 classifier to pom.xml, should keep everything else compatible #733

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ls-urs-keller
Copy link

@ls-urs-keller ls-urs-keller commented Sep 19, 2023

#720

Description of the change

Add classifier to pom.xml, should keep everything else compatible.

I guess rather convoluted approach instead of just appending to the pom.xml/depmgtm/deps

@ls-urs-keller ls-urs-keller marked this pull request as ready for review September 19, 2023 12:47
@@ -51,7 +52,7 @@ dependencies {
// Reactor Core
api "io.projectreactor:reactor-core:$reactorCoreVersion"
api "io.projectreactor:reactor-test:$reactorCoreVersion"
api "io.projectreactor:reactor-tools:$reactorCoreVersion"
api("io.projectreactor:reactor-tools:$reactorCoreVersion") { attributes { attribute(classifiers, ",original") } }
Copy link
Author

Choose a reason for hiding this comment

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

{ attributes { attribute(classifiers, ",original") } } adds the dep without classifier and with classifier "original"
{ attributes { attribute(classifiers, "original") } } would only add the dep with classifier "original" no entry without a classifier

@ls-urs-keller
Copy link
Author

@pderop I see you active on this repo, is this PR something we can discuss?

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.

None yet

1 participant