diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-09-10 14:14:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 14:14:58 +0200 |
commit | 8a15a24cb3311c4afe2e1a0f0c12bd8c5b7aa36d (patch) | |
tree | b58af8573ed935a7578b0fc3791c44353aa2d01b | |
parent | 28aa990dd3530b5c8e1a78dc322a4da1155a082b (diff) | |
download | skyhanni-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.kts | 3 |
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: |