Hi all,
I've noticed a difference between the usage of the gradle wrapper and normal
Gradle bin. I dont know if it's a bug or something else but there is something
about the dependency download.
With gradlew (any task):
ERRORS
sanco repo: bad org.gradle.clientModule found in
http://s-sanco-trc-tst.sanco.cec.eu.int/maven_repository/eu/sanco/gras/gras/1_14_1/gras-1_14_1.pom:
expected='eu.sa
nco.gras:gras:1_14_1' found='null'
And when I run compile with the gradle bin, no problem, jar is downloaded.
Is it a known bug?
Thanks in advance