Skip to content

Commit

Permalink
Updated plugin version to 2.0.0. ALso updated to grgit-core:3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tha2015 committed Jan 10, 2019
1 parent 2e71ad4 commit 1d3a0ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@ Declare this in your `build.gradle`

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

Or use 2.0.0-beta1 (beta version, with Build Cache support, see https://docs.gradle.org/current/userguide/build_cache.html)

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

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ repositories {
dependencies {
compile gradleApi()
compile localGroovy()
compile 'org.ajoberstar.grgit:grgit-core:3.0.0-rc.2'
compile 'org.ajoberstar.grgit:grgit-core:3.0.0'

testCompile 'junit:junit:4.12'
}

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

gitProperties {
Expand Down

0 comments on commit 1d3a0ab

Please sign in to comment.