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 feature variant for voice #608

Merged
merged 1 commit into from
May 16, 2022
Merged

Add feature variant for voice #608

merged 1 commit into from
May 16, 2022

Conversation

DRSchlaubi
Copy link
Member

dependencies {
implementation("dev.kord", "core", "<version>") {
capabilities {
requireCapability("dev.kord:core-voice:<version>")
Copy link
Member

Choose a reason for hiding this comment

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

core-voice?
thought it was just voice

Copy link
Member Author

Choose a reason for hiding this comment

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

This is a variant of core, including voice, the normal voice module remains

@HopeBaron HopeBaron merged commit 80b4b9c into 0.8.x May 16, 2022
@lukellmann
Copy link
Member

This already got merged and I don't know anything about gradle feature variants, but why is the config in the java {} block?

@DRSchlaubi
Copy link
Member Author

This already got merged and I don't know anything about gradle feature variants, but why is the config in the java {} block?

It's like the bomb, this kinda tooling is part of gradles java tooling

@lukellmann lukellmann deleted the feature/feature-variants branch February 16, 2023 13:28
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.

Make an extra artifact for voice
3 participants