diff options
author | Linnea Gräf <nea@nea.moe> | 2024-06-05 01:04:55 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-06-05 01:04:55 +0200 |
commit | db2b96bd9801d1e9f0dc108520310f9add8df4b7 (patch) | |
tree | 559fa8ce7db8b3cc6b488c1bf8c0411a1b809bb8 /build.gradle.kts | |
parent | 3b9fd665af85f08f3bcae711f99c49528fc4b666 (diff) | |
download | Firmament-db2b96bd9801d1e9f0dc108520310f9add8df4b7.tar.gz Firmament-db2b96bd9801d1e9f0dc108520310f9add8df4b7.tar.bz2 Firmament-db2b96bd9801d1e9f0dc108520310f9add8df4b7.zip |
Fix custom payload event
[no changelog]
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 7d358dd..4fe313d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,6 +74,8 @@ repositories { excludeModule("io.github.cottonmc", "LibGui") } } + maven( "https://repo.hypixel.net/repository/Hypixel/") + maven("https://maven.azureaaron.net/snapshots") } kotlin { |