running `gradle compile` I get A problem occurred ...
# announcements
m
running
gradle compile
I get A problem occurred configuring root project 'foobar'.
Could not open cache directory epakgdjw8m04vc3ip0pgoraqm (/Users/dross/.gradle/caches/4.0/gradle-script-kotlin/epakgdjw8m04vc3ip0pgoraqm).
> Internal error: unable to compile script, see log for details
i
AFAIK, you need Gradle 4.3 to use that overload of
maven()
with
url
parameter
n
An alternative way to do it with maven is like this: `
// ...
maven {
uri = url("enter_url_here")
}