Package org.jfrog.gradle.plugin.artifactory.dsl

Examples of org.jfrog.gradle.plugin.artifactory.dsl.PropertiesConfig


        return result;
    }

    public void properties(Closure closure) {
        Project project = getProject();
        PropertiesConfig propertiesConfig = new PropertiesConfig(project);
        ConfigureUtil.configure(closure, propertiesConfig);
        artifactSpecs.addAll(propertiesConfig.getArtifactSpecs());
    }
View Full Code Here

TOP

Related Classes of org.jfrog.gradle.plugin.artifactory.dsl.PropertiesConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.