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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 2cddae20802b03e79be8cf0c66c958bb47baa8c0
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Mar 2 13:42:39 2024 +0100

    Improved: trying Pierre Smits's suggestion about
    <<[GH] (ofbiz-framework): Workflow run "Build and push docker images" 
failed!>>
    
    Hi Jacques,
    That is probably because in Dockerfile in the root folder the following is 
present:
    COPY APACHE2_HEADER build.gradle common.gradle gradle.properties NOTICE 
settings.gradle
    This should include dependencies.gradle
    
    Thanks: Pierre
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b67d18d22b..e36cf20481 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,7 +47,7 @@ COPY lib/ lib/
 # We use a regex to match the plugins directory to avoid a build error when 
the directory doesn't exist.
 COPY plugin[s]/ plugins/
 COPY themes/ themes/
-COPY APACHE2_HEADER build.gradle common.gradle gradle.properties NOTICE 
settings.gradle .
+COPY APACHE2_HEADER build.gradle common.gradle gradle.properties NOTICE 
settings.gradle dependencies.gradle .
 
 # Build OFBiz while mounting a gradle cache
 RUN --mount=type=cache,id=gradle-cache,sharing=locked,target=/root/.gradle \

Reply via email to