Class HytaleServerRunnerPlugin
java.lang.Object
wtf.ranked.hytale.server.runner.HytaleServerRunnerPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public abstract class HytaleServerRunnerPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Gradle plugin for booting a Hytale server.
Registers the necessary services and tasks to manage the server
lifecycle, primarily through the launchServer task.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GROUP
- See Also:
-
-
Constructor Details
-
HytaleServerRunnerPlugin
public HytaleServerRunnerPlugin()
-
-
Method Details
-
apply
public final void apply(@NonNull org.gradle.api.Project project) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-