alexvasilkov / alexvasilkov/GradleGitDependenciesPlugin

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

未關閉
#29 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Groovy
星號
109
分支
15
PR 合併指標
30 天內沒有已合併 PR

描述

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
```

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。