Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tha2015 authored Apr 29, 2021
1 parent e9567b3 commit 84efc18
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 @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
id 'java-gradle-plugin'
id "com.gradle.plugin-publish" version "0.14.0"
id "com.gorylenko.gradle-git-properties" version "2.3.2"
id "com.gorylenko.gradle-git-properties" version "2.3.1-rc3"
}

buildScan {
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies {
testImplementation gradleTestKit()
}

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

gitProperties {
Expand Down

0 comments on commit 84efc18

Please sign in to comment.