From ab852cf55ebdf5f3cef81e89a636e86232fd6c4d Mon Sep 17 00:00:00 2001 From: destro174 <40720638+destro174@users.noreply.github.com> Date: Thu, 17 Feb 2022 09:32:02 +0100 Subject: [PATCH] add minimessage snapshots repo --- settings.gradle.kts | 2 ++ velocity/build.gradle.kts | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 5728efd..ff64b28 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -10,6 +10,8 @@ dependencyResolutionManagement { mavenCentral() maven("https://repo.destro.xyz/snapshots") // Altitude - Galaxy maven("https://oss.sonatype.org/content/groups/public/") // Adventure + maven("https://oss.sonatype.org/content/repositories/snapshots/") // Minimessage + maven("https://nexus.velocitypowered.com/repository/") // Velocity maven("https://nexus.velocitypowered.com/repository/maven-public/") // Velocity maven("https://repo.spongepowered.org/maven") // Configurate maven("https://repo.extendedclip.com/content/repositories/placeholderapi/") // Papi diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index fc3be96..b8c4c63 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -5,8 +5,9 @@ plugins { dependencies { implementation(project(":api")) // API - compileOnly("com.velocitypowered:velocity-api:3.0.0") // Velocity - annotationProcessor("com.velocitypowered:velocity-api:3.0.0") + compileOnly("com.velocitypowered:velocity-api:3.0.1") // Velocity + annotationProcessor("com.velocitypowered:velocity-api:3.0.1") +// compileOnly("com.velocitypowered:velocity-brigadier:1.0.0-SNAPSHOT") implementation("mysql:mysql-connector-java:8.0.27") // mysql implementation("org.spongepowered", "configurate-yaml", "4.1.2") implementation("net.kyori", "adventure-text-minimessage", "4.10.0-SNAPSHOT") {