File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ In `settings.gradle` file add next lines:
29
29
mavenCentral()
30
30
}
31
31
dependencies {
32
- classpath 'com.alexvasilkov:gradle-vcs-dependency:1.0.0 '
32
+ classpath 'com.alexvasilkov:gradle-vcs-dependency:1.0.1 '
33
33
}
34
34
}
35
35
@@ -53,7 +53,7 @@ In `build.gradle` add next method:
53
53
git name: '[Git dependency name. Required]',
54
54
url: '[Git repository url. Required]',
55
55
path: '[Path within repo which should be added as dependency, i.e. /library/. Optional]',
56
- commit: '[Commit id of any length or 'master' to checkout HEAD. Required]'
56
+ commit: '[Commit id of any length, tag name or 'master' to checkout HEAD. Required]'
57
57
}
58
58
59
59
Note, that using 'master' as git commit or 'HEAD' as svn revision is not recommended,
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.0
1
+ VERSION_NAME =1.0.1
2
2
3
3
POM_NAME =GradleVcsDependencyPlugin
4
4
POM_GROUP =com.alexvasilkov
You can’t perform that action at this time.
0 commit comments