-
Notifications
You must be signed in to change notification settings - Fork 0
Development Workflow
AzureDoom edited this page Jun 8, 2026
·
1 revision
For first-time setup, you can run:
./gradlew setupHytaleDevDuring development:
./gradlew runServerWhat happens during normal development:
-
updatePluginManifestwrites manifest values from Gradle configuration, if missingcreateManifestIfMissingcreates a default. -
validateManifestruns beforeprocessResources, ensuring the manifest is generated and checked as part of the build. -
runServerprepares the run directory, downloads assets if needed, and launches the server.
Because manifest generation and validation are wired into the build, most projects do not need to invoke those tasks manually.