Package dev.mythicdrops.gradle.spigot
Interface MythicDropsSpigotBuildToolsExtension
-
- All Implemented Interfaces:
public interface MythicDropsSpigotBuildToolsExtension
-
-
Method Summary
Modifier and Type Method Description abstract RegularFilePropertygetBuildToolsLocation()Location of the BuildTools. abstract Property<Boolean>getIncludeRemapped()Should a version with --remappedalso be run?abstract Property<String>getVersion()Which version of Spigot to build and publish into mavenLocal(). -
-
Method Detail
-
getBuildToolsLocation
abstract RegularFileProperty getBuildToolsLocation()
Location of the BuildTools.jar
-
getIncludeRemapped
abstract Property<Boolean> getIncludeRemapped()
Should a version with
--remappedalso be run?
-
getVersion
abstract Property<String> getVersion()
Which version of Spigot to build and publish into mavenLocal().
-
-
-
-