[ https://issues.apache.org/jira/browse/OFBIZ-10924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17822663#comment-17822663 ]
ASF subversion and git services commented on OFBIZ-10924: --------------------------------------------------------- Commit 7d3a069b36d60fa9b049be5cbdbda2c24af8c6a8 in ofbiz-framework's branch refs/heads/trunk from Pierre Smits [ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=7d3a069b36 ] Improved: Have library dependencies moved to a dependencies.gradle file (OFBIZ-10924) (#717) * Improved: Have library dependencies moved to a dependencies.gradle file (OFBIZ-10924) Currently the libraries needed by ofbiz are defined in the build.gradle file. These should reside in a separate dependencies.gradle file that is referenced in the build.gradle file, like the common.gradle. As is common practice in other projects/solutions that work with dependencies on external libraries. modified: build.gradle: removed implementation, testImplementation and runtimeOnly library dependencies added: dependencies.gradle, having the implementation, testImplementation and runtimeOnly library dependencies * adding 'apply from' regarding dependencies > Have library dependencies moved to a dependencies.gradle file > ------------------------------------------------------------- > > Key: OFBIZ-10924 > URL: https://issues.apache.org/jira/browse/OFBIZ-10924 > Project: OFBiz > Issue Type: Improvement > Affects Versions: Trunk, Upcoming Branch > Reporter: Pierre Smits > Assignee: Jacques Le Roux > Priority: Minor > Attachments: Image1.png, OFBIZ-10924-started.patch > > > Currently the libraries needed by ofbiz are defined in the build.gradle file. > These should reside in a separate dependencies.gradle file that is referenced > in the build.gradle file, like the common.gradle. As is common practice in > other projects/solutions that work with dependencies on external libraries. -- This message was sent by Atlassian Jira (v8.20.10#820010)