Thank you Jacques,
With a text search for „pluginLibs“ in the OFBiz project I cam across there options for dependencies in that context: pluginLibsCompile pluginLibsCompileOnly pluginLibsRuntime So that seem to the dependency config types that are recognized for plugins in OFBiz, right? Thanks again & warm regards Carsten > Am 11.09.2024 um 08:36 schrieb Jacques Le Roux <jacques.le.r...@les7arts.com>: > > Hi Carsten, > > Did you have a look at > https://www.google.fr/search?q=gradle+testCompile&ie=UTF-8 ? > > Elese, "testRuntime is deprecated since many years and removed since Gradle > 7" : > https://discuss.gradle.org/t/documentation-of-dependency-configuration-testruntime/46219 > > HTH > > Jacques > > Le 10/09/2024 à 10:41, Carsten Schinzer a écrit : >> Hello all, >> >> >> In my custom OFBiz component I would like to declare dependencies for >> testCompile or testRuntime only as foreseen in generic Gradle, yet I face >> issues when using these configuration types in the build.gradle - the OFBiz >> Gradle build is not aware of these types and breaks. >> >> Does the framework allow for these dependencies at all? If so, what are >> foreseen types? >> >> Thanks for any advice in advance. >> Warm regards >> >> >> Carsten >>