All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mcxiaoke.packer.ng.GradleExtension.groovy Maven / Gradle / Ivy

package com.mcxiaoke.packer.ng

class GradleExtension {
    File archiveOutput
    String archiveNameFormat
    List channelList;
    File channelFile;
    Map channelMap;

    @Override
    String toString() {
        return "{" +
                "archiveOutput=" + archiveOutput +
                "\narchiveNameFormat='" + archiveNameFormat + '\'' +
                "\nchannelList=" + channelList +
                "\nchannelFile=" + channelFile +
                "\nchannelMap=" + channelMap +
                '}';
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy