Skip to content

Commit

Permalink
upgrade gradle-git-properties plugin
Browse files Browse the repository at this point in the history
The previous version breaks on Java8
n0mer/gradle-git-properties#195
  • Loading branch information
snopoke committed Nov 30, 2021
1 parent a72f4be commit 6a3bd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

plugins {
id 'org.springframework.boot' version '2.5.6'
id "com.gorylenko.gradle-git-properties" version "2.3.1"
id "com.gorylenko.gradle-git-properties" version "2.4.0-rc1"
id "io.freefair.lombok" version "5.3.3.3"
id 'org.jetbrains.kotlin.jvm' version '1.6.0'
id 'org.jetbrains.kotlin.plugin.spring' version '1.6.0'
Expand Down

0 comments on commit 6a3bd25

Please sign in to comment.