From 8a15a24cb3311c4afe2e1a0f0c12bd8c5b7aa36d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:14:58 +0200 Subject: fix red (#2493) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index e8464ada2..812b89e7e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,6 +41,9 @@ repositories { maven("https://maven.notenoughupdates.org/releases") // NotEnoughUpdates (dev env) maven("https://repo.hypixel.net/repository/Hypixel/") // mod-api maven("https://maven.teamresourceful.com/repository/thatgravyboat/") // DiscordIPC + + // only for the rare cases when maven.deftu.xyz is offline + maven("https://repo.polyfrost.org/releases") } // Toolchains: -- cgit