aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2024-09-10 14:14:58 +0200
committerGitHub <noreply@github.com>2024-09-10 14:14:58 +0200
commit8a15a24cb3311c4afe2e1a0f0c12bd8c5b7aa36d (patch)
treeb58af8573ed935a7578b0fc3791c44353aa2d01b
parent28aa990dd3530b5c8e1a78dc322a4da1155a082b (diff)
downloadskyhanni-8a15a24cb3311c4afe2e1a0f0c12bd8c5b7aa36d.tar.gz
skyhanni-8a15a24cb3311c4afe2e1a0f0c12bd8c5b7aa36d.tar.bz2
skyhanni-8a15a24cb3311c4afe2e1a0f0c12bd8c5b7aa36d.zip
fix red (#2493)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
-rw-r--r--build.gradle.kts3
1 files changed, 3 insertions, 0 deletions
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: