From 29d347ec03793445f0f84161fb6dabd45566d550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Sat, 15 Aug 2026 20:50:35 +0200 Subject: [PATCH] updated dependencies, replaced unreachable repo, and commented out unused libraries --- build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 2c39fcc..3e1ac02 100644 --- a/build.gradle +++ b/build.gradle @@ -18,11 +18,11 @@ repositories { } maven { - url "https://repo.unnamed.team/repository/unnamed-public/" + url 'https://oss.sonatype.org/content/repositories/snapshots' } maven { - url 'https://oss.sonatype.org/content/repositories/snapshots' + url 'https://repo.papermc.io/repository/maven-public/' } } @@ -48,7 +48,7 @@ dependencies { //Tools implementation 'de.articdive:jnoise:3.0.2' - implementation 'net.md-5:bungeecord-config:1.19-R0.1-SNAPSHOT' + implementation 'net.md-5:bungeecord-config:1.20-R0.1' implementation 'org.apache.commons:commons-text:1.10.0' implementation 'org.spongepowered:configurate-yaml:4.1.2' implementation 'com.sparkjava:spark-core:2.9.4' @@ -59,10 +59,10 @@ dependencies { //PvP implementation 'io.github.TogAr2:MinestomPvP:PR62-SNAPSHOT' - // Hephaestus engine - implementation("team.unnamed:hephaestus-api:0.2.1-SNAPSHOT") - implementation("team.unnamed:hephaestus-reader-blockbench:0.2.1-SNAPSHOT") - implementation("team.unnamed:hephaestus-runtime-minestom:0.2.1-SNAPSHOT") + // Hephaestus engine (repo.unnamed.team currently unreachable, unused in sources) +// implementation("team.unnamed:hephaestus-api:0.2.1-SNAPSHOT") +// implementation("team.unnamed:hephaestus-reader-blockbench:0.2.1-SNAPSHOT") +// implementation("team.unnamed:hephaestus-runtime-minestom:0.2.1-SNAPSHOT") } tasks {