Skip to content

Commit

Permalink
Bump plugin version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tha2015 committed Feb 7, 2022
1 parent 2b9a73c commit 4723749
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 @@ -28,7 +28,7 @@ Declare this in your `build.gradle`

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

Expand Down Expand Up @@ -297,7 +297,7 @@ buildscript {
}
}
dependencies {
classpath ("com.gorylenko.gradle-git-properties:gradle-git-properties:2.3.2") {
classpath ("com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.0") {
exclude group: 'org.eclipse.jgit', module: 'org.eclipse.jgit' // remove plugin's jgit dependency
}
classpath 'org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r' // use the specified jgit dependency
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ components.java.withVariantsFromConfiguration(configurations.runtimeElements) {
skip()
}

version = "2.4.0-rc2"
version = "2.4.0"
group = "com.gorylenko.gradle-git-properties"

gitProperties {
Expand Down

0 comments on commit 4723749

Please sign in to comment.