mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-29 11:39:16 +00:00
* Update for floodgate 2.2.2-SNAPSHOT * Fix spacing on //no-op comment * Add jitpack repo and target floodgat-master * update gradle, loom, shade + relocate old version of cloud * exclude meta-inf too * - Update to Floodgate 2.2.3 - Update bstats properly to fix shutdown bug - Move to kts build/settings file - Fix command permission issues - Update to cloud 2.0 * prepare for 1.20.5 * 1.20.5.. i dislike this * also register channels to send packets * update cloud, use jitpack to pull in floodgate * some minor stuff * proper permissions check * update dependencies, finally * update modrinth version --------- Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
//mavenLocal()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven("https://maven.fabricmc.net/")
|
|
}
|
|
}
|