This message was deleted.
# community-support
s
This message was deleted.
v
By using an init script
g
uhm ok could you elaborate a little?
v
Write an init script that does what you want, then use it using
--init-script
or
-I
from the command line
g
nice, this is exactly what should make it
Copy code
allprojects {
    repositories {
        mavenLocal()
    }
}
thanks
👌 1