-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
80f61f1
commit 610e249
Showing
2 changed files
with
75 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters