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:
610e2497588f74930a5a67f4f867e9511c00f3be / Jacques Le Roux 
<jacques.le.r...@les7arts.com>
Improved: Update build.gradle to the latest dependencies (OFBIZ-13194)

Thanks to previous precious Danny Trunk's work at OFBIZ-13123, this time the
effort was not too hard.

There are 2 aspects:
1) In build.gradle:
  Uses <<version "latest.release">> for plugins following
  
https://docs.gradle.org/7.0/release-notes.html#using-dynamic-versions-in-the-plugins-block

  Updates junitReport to 'org.apache.ant:ant-junit:1.10.15'
          checkstyle to toolVersion = '10.20.2'

  Adds a commented out "useLatestVersions" section. Commented out because
  I tried to use the recommended useLatestVersions and useLatestVersionsCheck
  ie gradlew -PenableDependencyUpdates useLatestVersions
         && gradlew -PenableDependencyUpdates useLatestVersionsCheck
  and got an issue:
  Execution failed for task ':useLatestVersionsCheck'
  Maybe because of:
  Failed to determine the latest version for the following dependencies
   - org.apereo.cas:cas-server-support-ldap-core
   - org.safehaus.jug:jug
  This said it was useful, could be more if we complete the "useLatestVersions"
  section

2) In Dependencies the "standard" updates with new comments when needed
   ie removing or commenting issues in code with the help of useLatestVersions
   feature

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/12327684376

With regards,
GitHub Actions via GitBox

Reply via email to