Package io.github.shayf0x.spigotwarden
Interface SpigotWardenExtension
public interface SpigotWardenExtension
Manage the plugin's extensions.
- See Also:
-
Method Details
-
getMinecraftVersion
org.gradle.api.provider.Property<String> getMinecraftVersion()Provide the target spigot version (e.g: 1.19-R0.1-SNAPSHOT).
REQUIRED.- Returns:
- the target spigot version string.
-
getBuildOutput
org.gradle.api.provider.Property<File> getBuildOutput()Provide the output directory (e.g: file('path')).
REQUIRED.- Returns:
- the output directory of your plugin.jar.
-