Skip to content

Commit

Permalink
Attempt to not use a custom publication
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 22, 2023
1 parent 04d3a3c commit 9620e22
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ publishing {
}
}
}
publications {
create<MavenPublication>("lavalink") {
groupId = "com.dunctebot"
artifactId = archivesBaseName
version = "$pluginVersion"

from(components["java"])
}
}
// publications {
// create<MavenPublication>("lavalink") {
// groupId = "com.dunctebot"
// artifactId = archivesBaseName
// version = "$pluginVersion"
//
// from(components["java"])
// }
// }
}

// make sure that we can resolve the dependencies
Expand Down

0 comments on commit 9620e22

Please sign in to comment.