project.ext {
jaxWsPluginVersion = "1.0-SNAPSHOT"
}
buildscript {
repositories {
mavenCentral()
mavenLocal()
}
dependencies {
classpath(
[group: "name.abhijitsarkar.webservices.jaxws.tools", name: "gradle-jaxws-plugin", version: "1.0-SNAPSHOT"]
)
}
}
What expression can I use to get jaxWsPluginVersion within buildscript?