| First, the premise here is completely wrong. In Gradle you can define dependencies directly on jar files, so you could easily use that to define a database profile that uses those jars. In fact that is exactly how the secondary form of defining a database profile works. If you really really really want to use mavenLocal then please do it through a user-local init script. But do not add mavenLocal() to the upstream build. |