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
100 stars 6 forks source link

Override module name error message is wrong #100

Closed crschnick closed 7 months ago

crschnick commented 7 months ago

When changing the name of an automatic module, the plugin says explicitly allow override via 'overrideName() even though it should be overrideModuleName()

jjohannes commented 7 months ago

Thank you for reporting @crschnick. Will be fixed in the next release.