Skip to content

Use BOM for dependency management#2

Closed
MinnDevelopment wants to merge 2 commits intomasterfrom
bom
Closed

Use BOM for dependency management#2
MinnDevelopment wants to merge 2 commits intomasterfrom
bom

Conversation

@MinnDevelopment
Copy link
Copy Markdown
Contributor

No description provided.

transitive = true // gradle defaults to transitive false with @pom
}
compile ("club.minnced:opus-java-bom:%VERSION%")
compile ("club.minnced:opus-java-api")
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Version determined by the bom? Or how does Gradle handle those artifacts without version

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The bom is used to defined the versions of the dependencies and compile applies them

<dependency>
<groupId>club.minnced</groupId>
<artifactId>opus-java-api</artifactId>
</dependency>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Same here i guess

@kantenkugel
Copy link
Copy Markdown

Oh nvm... its already closed :)

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.

2 participants