GitHub workflow for building samples.

This commit is contained in:
2023-01-25 19:55:10 -08:00
parent b297931915
commit 73d7019f2e
7 changed files with 31 additions and 6 deletions

View File

@ -4,7 +4,7 @@ plugins {
concrete {
minecraftServerPath.set("server")
paperVersionGroup.set("1.19")
paperServerVersionGroup.set("1.19")
paperApiVersion.set("1.19.3-R0.1-SNAPSHOT")
acceptServerEula.set(true)
}