Skip to content

Commit

Permalink
Fix maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 26, 2023
1 parent 2bac9fc commit 4d8d4e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
java
`maven-publish`
alias(libs.plugins.lavalink) apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("com.github.breadmoirai.github-release") version "2.4.1" apply false
Expand Down
3 changes: 1 addition & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("com.github.breadmoirai.github-release")
}

val pluginVersion = Version(1, 6, 2)
val pluginVersion = Version(1, 6, 3)

group = "com.dunctebot"
version = "$pluginVersion"
Expand Down Expand Up @@ -65,7 +65,6 @@ data class Version(val major: Int, val minor: Int, val patch: Int) {
publishing {
repositories {
maven {
name = "lavalink"
url = if (preRelease) {
uri("https://maven.lavalink.dev/snapshots")
} else {
Expand Down

0 comments on commit 4d8d4e1

Please sign in to comment.