alexvasilkov / alexvasilkov/GradleGitDependenciesPlugin

Branch name can't be resolved (plugin versions 2.0.3 and 2.0.4)

Aperta
#29 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Groovy
Stelle
109
Fork
15
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Steps to reproduce
* create settings.gradle
```
plugins { id 'com.alexvasilkov.git-dependencies' version '2.0.3' } // 2.0.4 also does not work

git {
fetch 'https://github.com/alexvasilkov/GradleGitDependenciesPlugin.git' , {
dir "$rootDir/testing"
commit 'master'
}
}

rootProject.name = 'testing'
```
* run ./gradlew

result
```
$ ./gradlew
Git dependency: Added 'GradleGitDependenciesPlugin'
Git dependency: Clone started 'https://github.com/alexvasilkov/GradleGitDependenciesPlugin.git' at version 'master'

FAILURE: Build failed with an exception.

* Where:
Settings file '/home/XXX/testing/settings.gradle' line: 4

* What went wrong:
A problem occurred evaluating settings 'testing'.
> Ref master cannot be resolved
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.