feat: allow to pass in relative paths for input files and add assets file

This commit is contained in:
Cody Adam
2026-01-13 18:48:52 +01:00
committed by GitHub
parent 4f7cabf1d1
commit b7b84b47ba
2 changed files with 66 additions and 31 deletions

View File

@@ -28,9 +28,8 @@ dependencies {
// Configure server testing
runHytale {
// TODO: Update this URL when Hytale server is available
// Using Paper server as placeholder for testing the runServer functionality
jarUrl = "https://fill-data.papermc.io/v1/objects/d5f47f6393aa647759f101f02231fa8200e5bccd36081a3ee8b6a5fd96739057/paper-1.21.10-115.jar"
jarUrl = "./HytaleServer.jar"
assetsPath = "./Assets.zip"
}
tasks {