alexvasilkov / alexvasilkov/GradleGitDependenciesPlugin
Git dependency: 'name' is not specified
Aperta
- Lingua principale
- Groovy
- Stelle
- 109
- Fork
- 15
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I get:
> Git dependency: 'name' is not specified
But my build.gradle looks like this:
```
git {
// Simsilica MOSS
// git@github.com:pspeed42/moss.git
// https://github.com/pspeed42/moss.git
implementation 'git@github.com:pspeed42/moss.git', {
name 'sio2-mphys'
branch 'master'
projectPath "/sio2-mphys"
authgroup 'github'
}
}
```
Any ideas what im doing wrong?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.