Iain Hull wrote
> We have had to patch gradle to support dependencies in Artifactory with
> custom statuses (see
> GRADLE-2715<http://issues.gradle.org/browse/GRADLE-2715> for more
> information).

This is fixed in master, by the way. It's now possible to declare a custom
status scheme as follows:

componentMetadata { details ->
    details.statusScheme = ["bronze", "silver", "gold"]    
}

The API may change until 1.8 goes final.

Cheers,
Peter




--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Adding-basic-auth-to-the-gradle-wrapper-tp5711614p5711625.html
Sent from the gradle-dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to