3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-08 19:00:13 +02:00
Geyser/build-logic/src/main/kotlin/geyser.publish-conventions.gradle.kts

10 Zeilen
258 B
Plaintext

2022-04-24 20:16:39 +02:00
plugins {
id("geyser.shadow-conventions")
id("net.kyori.indra.publishing")
2022-04-24 20:16:39 +02:00
}
indra {
publishSnapshotsTo("geysermc", "https://repo.opencollab.dev/maven-snapshots")
publishReleasesTo("geysermc", "https://repo.opencollab.dev/maven-releases")
}