hi gradle-users,

i try to express dependencies like this with gradle:


<dependency org="org.springframework.webflow"
name="org.springframework.webflow" rev="latest.integration"
conf="compile->runtime"/>


how do i express: conf="compile->runtime" ?

i tried: 


dependencies {
   
dependency(['compile->runtime'],"javax.servlet:com.springsource.javax.servlet:2.4.0")
}


but have no luck so far.  

thank you and have a nice day !


-- 
View this message in context: 
http://www.nabble.com/how-to-express-configuration-mapping----tp20118174p20118174.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


Reply via email to