Yes, but it only works when I comment out the *default* publishConfigs in my
top-level build.gradle file-

artifactory{
   publish {
     ...
     defaults {
          //publishConfigs('archives') 
     }
  }
}

and in the subproject build.gradle, I use  -
artifactoryPublish {
        publishConfigs ('someOtherConfig')
}

The issue is that I want to selectively use either of the two configs -
archives, someOtherConfig- from my various sub-projects. Does the DSL allow
the ability to override publishConfigs (eg. publishConfigs =
'mynewandonlyconfig') instead of just appending to it? Thanks!

--
View this message in context: 
http://forums.jfrog.org/Gradle-artifactoryPublish-expects-jar-file-in-buildir-libs-jar-tp7375684p7376192.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to