Skip to content

Commit

Permalink
Fix publication of jda module
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 22, 2024
1 parent ee8e3fe commit 8fb7bae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions buildSrc/src/main/kotlin/lavalink-jvm-module.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ tasks {
withType<Test> {
useJUnitPlatform()
}

task("publishForCurrentOs") {
dependsOn("publishAllPublicationsToMavenCentralRepository")
}
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/lavalink-publishing.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

mavenPublishing {
publishToMavenCentral(SonatypeHost.S01, true)
signAllPublications()
// signAllPublications()

pom {
name = project.name
Expand Down

0 comments on commit 8fb7bae

Please sign in to comment.