1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-23 08:49:23 +00:00
Files
Geyser/build-logic/src/main/kotlin/geyser.publish-conventions.gradle.kts
2023-02-24 20:05:15 -06:00

10 lines
258 B
Plaintext

plugins {
id("geyser.shadow-conventions")
id("net.kyori.indra.publishing")
}
indra {
publishSnapshotsTo("geysermc", "https://repo.opencollab.dev/maven-snapshots")
publishReleasesTo("geysermc", "https://repo.opencollab.dev/maven-releases")
}