Dieser Commit ist enthalten in:
Lixfel 2022-10-06 07:55:04 +02:00
Ursprung 922ef93b2f
Commit 908ba48f5b
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -34,13 +34,12 @@ allprojects {
mavenCentral()
maven { url = uri('https://hub.spigotmc.org/nexus/content/repositories/snapshots/') }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url = uri('https://steamwar.de/maven') }
maven { url 'https://maven.fabricmc.net/' }
maven { url "https://maven.shedaniel.me/" }
maven { url "https://maven.terraformersmc.com/releases/" }
maven { url 'https://libraries.minecraft.net' }
}
configurations {

Datei anzeigen

@ -26,6 +26,7 @@ dependencies {
compileOnly project(":common")
compileOnly 'org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT'
compileOnly 'io.netty:netty-all:4.1.68.Final'
compileOnly 'com.mojang:authlib:1.5.25'
compileOnly 'org.projectlombok:lombok:1.18.22'
testCompileOnly 'org.projectlombok:lombok:1.18.22'