Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Mar 11, 2021
1 parent f8ceda2 commit d52d6fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In `settings.gradle` file add the following lines:

```
plugins {
id 'com.alexvasilkov.git-dependencies' version '2.0.2'
id 'com.alexvasilkov.git-dependencies' version '2.0.3'
}
```

Expand All @@ -22,10 +22,10 @@ plugins {
```
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.alexvasilkov:gradle-git-dependencies:2.0.2'
classpath 'com.alexvasilkov:gradle-git-dependencies:2.0.3'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'groovy'

ext.group = 'com.alexvasilkov'
ext.artifactId = 'gradle-git-dependencies'
ext.version = '2.0.2'
ext.version = '2.0.3'
ext.name = 'Git Dependencies plugin'
ext.description = 'Gradle plugin to add external git repos as project dependencies'
ext.github = 'https://github.com/alexvasilkov/GradleGitDependenciesPlugin'
Expand Down

0 comments on commit d52d6fb

Please sign in to comment.