GradleGitDependenciesPlugin icon indicating copy to clipboard operation
GradleGitDependenciesPlugin copied to clipboard

Gradle plugin to add external git repos as project dependencies

Results 11 GradleGitDependenciesPlugin issues
Sort by recently updated
recently updated
newest added

I get: > Git dependency: 'name' is not specified But my build.gradle looks like this: ``` git { // Simsilica MOSS // [email protected]:pspeed42/moss.git // https://github.com/pspeed42/moss.git implementation '[email protected]:pspeed42/moss.git', { name 'sio2-mphys'...