That’s still not the full error message.
Your ‘maven()’ block is wrong.
It should be:
maven {
url "http://maven.ow2.org/maven2/"
// …
}
That’s still not the full error message.
Your ‘maven()’ block is wrong.
It should be:
maven {
url "http://maven.ow2.org/maven2/"
// …
}