From Gradle 6.0-rc-2 Onward, gradle-api-{$version}.jar Is Now A Working Automatic Module

2019-10-31 Thread Plugins
Heads-up! The fixes that make Gradle's generated API JAR a correctly-functioning automatic module have been released with Gradle 6.0-rc-2! [1] The so-called „shaded“ JAR file is not distributed like other Gradle artifacts. Instead, it is generated lazily whenever you're developing a Gradle plugin.

Re: From Gradle 6.0-rc-2 Onward, gradle-api-{$version}.jar Is Now A Working Automatic Module

2019-10-31 Thread Jochen Theodorou
I am happy you managed to do it. bye Jochen On 31.10.19 12:53, Plugins wrote: Heads-up! The fixes that make Gradle's generated API JAR a correctly-functioning automatic module have been released with Gradle 6.0-rc-2! [1] The so-called „shaded“ JAR file is not distributed like other Gradle art