Hi Guys, Would I be able to get help with the foll...
# javascript
p
r
Add
mavenLocal()
to your repositories list:
Copy code
repositories {
    mavenCentral()
    jcenter()
    mavenLocal()
}
And then reference your artifacts as usual (groupid/artifact/version).