Interface BasePluginExtension

    • Method Detail

      • 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

        Property<java.lang.String> getArchivesName()
        The base name to use for archive files.
      • getDistsDirName

        @Deprecated
        java.lang.String getDistsDirName()
        Deprecated.
        Use getDistsDirectory(). This method is scheduled for removal in Gradle 9.0.
        This method is only here to maintain compatibility with existing builds.
      • setDistsDirName

        @Deprecated
        void setDistsDirName​(java.lang.String distsDirName)
        Deprecated.
        Use getDistsDirectory(). This method is scheduled for removal in Gradle 9.0.
        This method is only here to maintain compatibility with existing builds.
      • getLibsDirName

        @Deprecated
        java.lang.String getLibsDirName()
        Deprecated.
        Use getLibsDirectory(). This method is scheduled for removal in Gradle 9.0.
        This method is only here to maintain compatibility with existing builds.
      • setLibsDirName

        @Deprecated
        void setLibsDirName​(java.lang.String libsDirName)
        Deprecated.
        Use getLibsDirectory(). This method is scheduled for removal in Gradle 9.0.
        This method is only here to maintain compatibility with existing builds.
      • getArchivesBaseName

        @Deprecated
        java.lang.String getArchivesBaseName()
        Deprecated.
        Use getArchivesName(). This method is scheduled for removal in Gradle 9.0.
        This method is only here to maintain compatibility with existing builds.
      • setArchivesBaseName

        @Deprecated
        void setArchivesBaseName​(java.lang.String archivesBaseName)
        Deprecated.
        Use getArchivesName(). This method is scheduled for removal in Gradle 9.0.
        This method is only here to maintain compatibility with existing builds.