The GitHub Actions job "Build and push docker images" on ofbiz-framework.git has succeeded. Run started by GitHub user asfgit (triggered by asfgit).
Head commit for run: 62ebc55ac0df605b7af08b79491438dfa73cef4e / Jacques Le Roux <[email protected]> Fixed: Convert PeriodServices.xml mini lang to groovy (OFBIZ-12962) We have a Gradle redundant classes clash Because there is already a PeriodServices Java class and we compile also Groovy we can't create a PeriodServices.groovy class as pointed by GH actions, and clearly by BB https://ci2.apache.org/#/builders/49/builds/826/steps/2/logs/stdio Caused by: org.gradle.api.InvalidUserCodeException: Entry org/apache/ofbiz/accounting/period/PeriodServices.class is a duplicate but no duplicate handling strategy has been set. This is a workaround. We can use a better name for GPeriodServices.groovy And maybe use a duplicate handling strategy (complicated?) Report URL: https://github.com/apache/ofbiz-framework/actions/runs/8435209554 With regards, GitHub Actions via GitBox
