build: Remove unused publishing stuff

This commit is contained in:
Jason Penilla 2021-06-14 05:48:16 -07:00 committed by Jason
parent fb48a3c8af
commit 6cd674dc8f

View file

@ -1,10 +1,3 @@
plugins {
id("net.kyori.indra.publishing.sonatype")
}
System.getenv("SNAPSHOT_PUBLISHING_USERNAME")?.run {
setProperty("incendoUsername", this)
}
System.getenv("SNAPSHOT_PUBLISHING_PASSWORD")?.run {
setProperty("incendoPassword", this)
}