Howard Lewis Ship wrote: > > Is there an easy way to add the uploadPublished task even without > making quickstart an java module? >
The 'upload<ConfigurationName>' rule is added by the 'base' plugin, not the 'java' plugin. So 'apply plugin: "base"' should be enough. -- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw -- View this message in context: http://gradle.1045684.n5.nabble.com/Need-some-help-with-tricky-Gradle-subprojects-upload-to-Nexus-tp4897072p4900083.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
