TheBoegl / gradle-launch4j

A gradle-plugin to create windows executables with launch4j
Apache License 2.0
298 stars 40 forks source link

Version 3 should not require the presence of the jar plugin #152

Closed TheBoegl closed 1 year ago

TheBoegl commented 1 year ago

With the refactoring to version 3 of this plugin, we fail to apply the plugin if the java plugin is already applied. This is because we are trying to depend on the jar task, but we should only depend on it when the java plugin is applied.