Remove runServer

This commit is contained in:
Ryder Belserion 2023-02-21 22:41:53 -05:00
parent 8cf3b02d19
commit f61f2ae66a
No known key found for this signature in database
GPG Key ID: 8FC2E6C54BBF05FE

View File

@ -57,10 +57,6 @@ tasks {
).forEach { relocate(it, "$projectGroup.plugin.library.$it") }
}
runServer {
minecraftVersion("1.19.3")
}
modrinth {
token.set(System.getenv("MODRINTH_TOKEN"))
projectId.set(projectName.lowercase())