Skip to content

Conversation

@MinnDevelopment
Copy link
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")

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
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>

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

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.

3 participants