We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbe1bb commit 6560834Copy full SHA for 6560834
build.gradle.kts
@@ -54,7 +54,7 @@ subprojects {
54
val snapshots = "https://maven.lavalink.dev/snapshots"
55
val releases = "https://maven.lavalink.dev/releases"
56
57
- maven(if ((version as String).endsWith("-SNAPSHOT")) releases else snapshots) {
+ maven(if ((version as String).endsWith("-SNAPSHOT")) snapshots else releases) {
58
credentials {
59
password = findProperty("MAVEN_PASSWORD") as String?
60
username = findProperty("MAVEN_USERNAME") as String?
0 commit comments