Skip to content

Commit

Permalink
Merge pull request #152 from orange-cloudfoundry/gradle-git-propertie…
Browse files Browse the repository at this point in the history
…s-fix

Fix build following java8 breaking change in gradle-git-properties
  • Loading branch information
gberche-orange authored Jan 4, 2022
2 parents 2173cc9 + 8c60bda commit 7e4a5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion osb-cmdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
}

plugins {
id "com.gorylenko.gradle-git-properties" version "2.2.4"
id "com.gorylenko.gradle-git-properties" version "2.3.2"
}

description = "Osb Cmdb"
Expand Down

0 comments on commit 7e4a5df

Please sign in to comment.