Skip to content

Commit d52d6fb

Browse files
committed
Version 2.0.3
1 parent f8ceda2 commit d52d6fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 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.2'
16+
id 'com.alexvasilkov.git-dependencies' version '2.0.3'
1717
}
1818
```
1919

@@ -22,10 +22,10 @@ plugins {
2222
```
2323
buildscript {
2424
repositories {
25-
jcenter()
25+
mavenCentral()
2626
}
2727
dependencies {
28-
classpath 'com.alexvasilkov:gradle-git-dependencies:2.0.2'
28+
classpath 'com.alexvasilkov:gradle-git-dependencies:2.0.3'
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.2'
9+
ext.version = '2.0.3'
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'

0 commit comments

Comments
 (0)