Package org.gradle.api.publication.maven.internal.ant

Examples of org.gradle.api.publication.maven.internal.ant.CustomDeployTask


    protected void postConfigure(CustomDeployTask task, MavenArtifactRepository artifactRepository) {
        addRepository(task, artifactRepository);
    }

    protected CustomDeployTask createDeployTask() {
        CustomDeployTask deployTask = new DeployTask(temporaryDirFactory);
        deployTask.setUniqueVersion(true);
        return deployTask;
    }
View Full Code Here

TOP

Related Classes of org.gradle.api.publication.maven.internal.ant.CustomDeployTask

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.