-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved: Do not use deprecated Gradle dependency types (OFBIZ-10871)
The ‘compile’, ‘testCompile’ and ‘runtime’ dependency types has been superseded by ‘implementation’, ‘testImplementation’ and ‘runtimeOnly’ in recent Gradle versions [1]. The ‘runtimeClasspath’ property from the configurations is now used to define the classpath in the jar manifest. [1] https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_plugin_and_dependency_management git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1856193 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
1 changed file
with
75 additions
and
82 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