/[Apache-SVN]
ViewVC logotype

Revision 1856193


Jump to revision: Previous Next
Author: mthl
Date: Mon Mar 25 14:07:35 2019 UTC (5 years, 1 month ago)
Changed paths: 1
Log Message:
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


Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/build.gradle modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26