diff --git a/build.gradle.kts b/build.gradle.kts index f441209..fe5ef1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,12 +20,13 @@ java { repositories { mavenCentral() maven("https://nexus.velocitypowered.com/repository/maven-public/") + maven("https://nexus.velocitypowered.com/repository/maven-snapshots/") maven("https://jitpack.io") //Litebans } dependencies { - compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") // Velocity - annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") + compileOnly("com.velocitypowered:velocity-api:3.1.0") // Velocity + annotationProcessor("com.velocitypowered:velocity-api:3.1.0") compileOnly("com.gitlab.ruany:LiteBansAPI:0.6.1") compileOnly("org.projectlombok:lombok:1.18.30") annotationProcessor("org.projectlombok:lombok:1.18.30")