Closed elect86 closed 1 year ago
More https://docs.gradle.org/current/userguide/init_scripts.html
Essentially, run it with -I ./gradle/mavenLocal.init.gradle.kts and mavenLocal will be add for the current command
-I ./gradle/mavenLocal.init.gradle.kts
@ctrueden
Ps: I put this in ./gradle to avoid polluting more the root
./gradle
I'm closing this, but if anyone else feels strongly that having it added would be helpful, please reopen. I have no strong objection against merging it either. Just trying to keep things "simple by default".
More https://docs.gradle.org/current/userguide/init_scripts.html
Essentially, run it with
-I ./gradle/mavenLocal.init.gradle.kts
and mavenLocal will be add for the current command@ctrueden
Ps: I put this in
./gradle
to avoid polluting more the root