How do I configure an Action in a gradle plugin from inside a custom Java plugin
From inside a gradle plugin I want to configure another gradle plugin. Especially I want to set the java toolchain like mentioned in the gradle manual
From inside a gradle plugin I want to configure another gradle plugin. Especially I want to set the java toolchain like mentioned in the gradle manual