TheBoegl / gradle-launch4j

A gradle-plugin to create windows executables with launch4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 3 should not require the presence of the jar plugin

TheBoegl opened this issue · comments

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.