Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tha2015 committed Oct 22, 2021
1 parent 8bd1bf4 commit 0b1c3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
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-rc3"
id "com.gorylenko.gradle-git-properties" version "2.4.1"
}

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

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

gitProperties {
Expand Down

0 comments on commit 0b1c3cb

Please sign in to comment.