I am coming from maven and I want to know how to map the provided scope.
repositories {
mavenCentral()
}
dependencies {
compile "com.google.gwt:gwt-servlet:2.0.0"
compile "com.google.gwt:gwt-user:2.0.0"
provided "javax.servlet:servlet-api:2.5"
}
Which doesn't work
Cause: No signature of method:
org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.provide()
is applicable for argument types: (java.lang.String) values:
How do I do this?
Sorry if this is really obvious
Tom
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email