build: Remove unused extension

This commit is contained in:
Jason Penilla 2021-06-28 00:51:34 -07:00 committed by Jason
parent 8460284ea0
commit 54f281abe7
3 changed files with 1 additions and 5 deletions

View file

@ -49,7 +49,7 @@ tasks {
fun TaskContainerScope.createVersionedRun(
version: String,
javaVersion: Int
) = register<RunServerTask>("runServer${version.replace(".", "")}") {
) = register<RunServerTask>("runServer${version.replace(".", "_")}") {
group = "cloud"
pluginJars.from(shadowJar.flatMap { it.archiveFile })
minecraftVersion(version)