This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 2aa046e0c Move to gradle-git-properties 2.4.2 to unblock build. (#5496)
2aa046e0c is described below

commit 2aa046e0c71e54e4ebd981c8455365b107df4e0a
Author: falkzoll <[email protected]>
AuthorDate: Mon Jul 22 18:43:13 2024 +0200

    Move to gradle-git-properties 2.4.2 to unblock build. (#5496)
    
    - 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.
---
 core/standalone/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/standalone/build.gradle b/core/standalone/build.gradle
index 46c526b9b..25d94d158 100644
--- a/core/standalone/build.gradle
+++ b/core/standalone/build.gradle
@@ -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'

Reply via email to