gradlex-org / extra-java-module-info

A Gradle 6.8+ plugin to use legacy Java libraries as Java Modules in a modular Java project
Apache License 2.0
104 stars 6 forks source link

Giva a better error message than 'Transform output ... must exist' #106

Open jjohannes opened 9 months ago

jjohannes commented 9 months ago

For context see #78 and #104.

If we can detect that Gradle will eventually fail with this error, we could give a more actionable advice instead.

jjohannes commented 9 months ago

Related Gradle issue: https://github.com/gradle/gradle/issues/26155