I found an answer to this!

Because the target is complaining that there is no install or pom, create
them both.

task install (type: Upload) {
    repositories.mavenInstaller {
        pom.version = project.version
        pom.artifactId = project.name
        pom.groupId = project.group
        pom.packaging = "zip"
    }
    configuration =
project.configurations.getByName(Dependency.ARCHIVES_CONFIGURATION)
}



--
View this message in context: 
http://forums.jfrog.org/Publish-a-zip-and-pom-from-a-non-java-gradle-project-tp7580100p7580352.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to