mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
Minor refactoring and cleanup.
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user