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'
branch 'master'
projectPath "/sio2-mphys"
authgroup 'github'
}
}
Any ideas what im doing wrong?