Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 6, 2024
1 parent 4c501c9 commit c52b6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "dev.schlaubi.lyrics"
version = "2.4.1"
version = "2.4.2"

repositories {
mavenCentral()
Expand Down
6 changes: 1 addition & 5 deletions lavalink/build.gradle.kts
Expand Up @@ -26,11 +26,7 @@ lavalinkPlugin {
apiVersion = libs.versions.lavalink.api
serverVersion = libs.versions.lavalink.server
path = "dev.schlaubi.lyrics.lavalink"
configurePublishing = false
}

mavenPublishing {
configure(KotlinJvm(JavadocJar.None()))
configurePublishing = true
}

val proguard by tasks.registering(ProGuardTask::class)
Expand Down

0 comments on commit c52b6d7

Please sign in to comment.