|
|
|
|
|
by dkarl
598 days ago
|
|
When I used Maven, extensions had to be published to and pulled from a public repo. We couldn't even use the private repo that we used for the rest of our libraries, because the extension had to be loaded before Maven read the file where our private repo was configured. Whereas a Gradle build can read Groovy files straight from disk. |
|
You can just `mvn install` them locally into your local repository.