In your build.gradle file:
Add mavenLocal() to your repositories closure. The order is important.
repositories {
mavenCentral()
mavenLocal()
}
In your build.gradle file:
Add mavenLocal() to your repositories closure. The order is important.
repositories {
mavenCentral()
mavenLocal()
}
Stay in the loop.
New reference guides, blog posts, and technical notes on software development, infrastructure, and developer tools.