Skip to content

Commit ea6da0f

Browse files
committed
Version 2.0.2
1 parent a16fbb2 commit ea6da0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In `settings.gradle` file add the following lines:
1313

1414
```
1515
plugins {
16-
id 'com.alexvasilkov.git-dependencies' version '2.0.1'
16+
id 'com.alexvasilkov.git-dependencies' version '2.0.2'
1717
}
1818
```
1919

@@ -25,7 +25,7 @@ buildscript {
2525
jcenter()
2626
}
2727
dependencies {
28-
classpath 'com.alexvasilkov:gradle-git-dependencies:2.0.1'
28+
classpath 'com.alexvasilkov:gradle-git-dependencies:2.0.2'
2929
}
3030
}
3131

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'groovy'
66

77
ext.group = 'com.alexvasilkov'
88
ext.artifactId = 'gradle-git-dependencies'
9-
ext.version = '2.0.1'
9+
ext.version = '2.0.2'
1010
ext.name = 'Git Dependencies plugin'
1111
ext.description = 'Gradle plugin to add external git repos as project dependencies'
1212
ext.github = 'https://github.com/alexvasilkov/GradleGitDependenciesPlugin'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
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

0 commit comments

Comments
 (0)