forked from SteamWar/SteamWar
Update LobbySystem run task
This commit is contained in:
@@ -38,11 +38,11 @@ widener {
|
||||
fromCatalog(libs.paperapi)
|
||||
}
|
||||
|
||||
tasks.register<DevServer>("DevLobby20") {
|
||||
tasks.register<DevServer>("DevLobby") {
|
||||
group = "run"
|
||||
description = "Run a 1.20 Dev Lobby"
|
||||
description = "Run a Dev Lobby"
|
||||
dependsOn(":SpigotCore:shadowJar")
|
||||
dependsOn(":LobbySystem:jar")
|
||||
template = "Lobby20"
|
||||
template = "Lobby21"
|
||||
worldName = "Lobby"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user