Hello everyone,
The simple script below works fine with gradle 1.8, but not anymore with the latest nightly build:
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
compile 'commons-io:commons-io:2.4' // OK
compile 'org.richfaces.ui:richfaces-components-ui:4.3.4.Final' // Resource missing ?
}
See debug output here: https://gist.github.com/anonymous/6890794#file-gradle-1-8-ok https://gist.github.com/anonymous/6890794#file-gradle-1-9-ko
Any input most appreciated,
Thanks!