Interface BasePluginExtension
-
Method Summary
Modifier and TypeMethodDescriptionThe base name to use for archive files.Returns the directory to generate TAR and ZIP archives into.Returns the directory to generate JAR and WAR archives into.
-
Method Details
-
getDistsDirectory
DirectoryProperty getDistsDirectory()Returns the directory to generate TAR and ZIP archives into.- Returns:
- The directory. Never returns null.
-
getLibsDirectory
DirectoryProperty getLibsDirectory()Returns the directory to generate JAR and WAR archives into.- Returns:
- The directory. Never returns null.
-
getArchivesName
-