Minor refactoring and cleanup.

This commit is contained in:
2023-02-09 00:41:10 -05:00
parent e0823f7b15
commit eaa3888821
8 changed files with 22 additions and 20 deletions

View File

@ -35,9 +35,11 @@ subprojects {
}
}
val paperServerVersion: String = project.properties["paperServerVersion"]?.toString() ?: "1.18"
concrete {
minecraftServerPath.set("server")
paperServerVersionGroup.set("1.18")
paperServerVersionGroup.set(paperServerVersion)
paperApiVersion.set("1.18.2-R0.1-SNAPSHOT")
acceptServerEula.set(true)
}