Skip to content

Commit

Permalink
Move to gradle-git-properties 2.4.2 to unblock build.
Browse files Browse the repository at this point in the history
- The pluging gradle-git-properties 2.0.0 referenced grgit-core:3.0.0 which is not available anymore. Therefore upgrading to a newer version of gradle-git-properties to unblock the build.
  • Loading branch information
falkzoll authored Jul 22, 2024
1 parent 6246f6a commit 6fa8a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/standalone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id 'org.scoverage'
id 'org.springframework.boot' version '2.1.6.RELEASE'
id 'scala'
id 'com.gorylenko.gradle-git-properties' version '2.0.0'
id 'com.gorylenko.gradle-git-properties' version '2.4.2'
}

ext.dockerImageName = 'standalone'
Expand Down

0 comments on commit 6fa8a3d

Please sign in to comment.