Skip to content

Commit

Permalink
Bump plugin version to 2.4.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tha2015 committed Dec 2, 2021
1 parent b12eec1 commit 2e67694
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This Gradle plugin is compatible with the following versions of Gradle:

| Plugin version | Min. Gradle version |
| -------------- | ------------------- |
| 2.3.1 | 5.1 |
| 2.3.2 | 5.1 |
| 2.2.4 | 4.x |

## notes
Expand All @@ -28,7 +28,7 @@ Declare this in your `build.gradle`

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

Expand Down
14 changes: 11 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ConfigureShadowRelocation

buildscript {
dependencies {
classpath ('org.eclipse.jgit:org.eclipse.jgit:') {
version {
strictly '5.13.0.202109080827-r'
}
}
}
}
plugins {
id 'groovy'
id 'maven-publish'
id 'java-gradle-plugin'
id "com.gradle.plugin-publish" version "0.14.0"
id "com.github.johnrengelman.shadow" version "7.0.0"
id "com.gorylenko.gradle-git-properties" version "2.3.1"
id "com.gorylenko.gradle-git-properties" version "2.3.2"
}

buildScan {
Expand Down Expand Up @@ -58,7 +66,7 @@ components.java.withVariantsFromConfiguration(configurations.runtimeElements) {
skip()
}

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

gitProperties {
Expand Down

0 comments on commit 2e67694

Please sign in to comment.