Skip to content

Commit

Permalink
Updated plugin version to 2.1.0. Add link to issue #128 (bug on gradl…
Browse files Browse the repository at this point in the history
…e 5.1 and 5.2)
  • Loading branch information
tha2015 committed Aug 12, 2019
1 parent 17c5692 commit 1767349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Idea - @lievendoclo, originally published in article [Spring Boot's info endpoin

## notes
* Plugin requires Java 8+
* There are known issues with gradle 5.1.x and 5.2.x (but not on other versions)
* There are known issues with gradle 5.1.x and 5.2.x (but not on other versions). See [Issue 128](https://github.com/n0mer/gradle-git-properties/issues/128)

## usage

Declare this in your `build.gradle`

```groovy
plugins {
id "com.gorylenko.gradle-git-properties" version "2.0.0"
id "com.gorylenko.gradle-git-properties" version "2.1.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testCompile 'junit:junit:4.12'
}

version = "2.0.0"
version = "2.1.0"
group = "com.gorylenko.gradle-git-properties"

gitProperties {
Expand Down

0 comments on commit 1767349

Please sign in to comment.