File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ In `settings.gradle` file add the following lines:
13
13
14
14
```
15
15
plugins {
16
- id 'com.alexvasilkov.git-dependencies' version '2.0.1 '
16
+ id 'com.alexvasilkov.git-dependencies' version '2.0.2 '
17
17
}
18
18
```
19
19
@@ -25,7 +25,7 @@ buildscript {
25
25
jcenter()
26
26
}
27
27
dependencies {
28
- classpath 'com.alexvasilkov:gradle-git-dependencies:2.0.1 '
28
+ classpath 'com.alexvasilkov:gradle-git-dependencies:2.0.2 '
29
29
}
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'groovy'
6
6
7
7
ext. group = ' com.alexvasilkov'
8
8
ext. artifactId = ' gradle-git-dependencies'
9
- ext. version = ' 2.0.1 '
9
+ ext. version = ' 2.0.2 '
10
10
ext. name = ' Git Dependencies plugin'
11
11
ext. description = ' Gradle plugin to add external git repos as project dependencies'
12
12
ext. github = ' https://github.com/alexvasilkov/GradleGitDependenciesPlugin'
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
You can’t perform that action at this time.
0 commit comments