You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@siordache I have similar problem on windows, getting error:
* What went wrong:
Execution failed for task ':prepareMergedJarsDir'.
> Failed to copy C:\.........\build\jlinkbase\tmpjars\license\LICENSE to C:\................\build\jlinkbase\mergedjars\license\LICENSE due to C:\...............\build\jlinkbase\mergedjars\license\LICENSE
I tried: jarExclude("**/license/**", "**/LICENSE*")
option for jlink task but it doesn't help at all :(
There is a file named LICENSE in target directory (mergedjars), and when your plugin tries to copy directory with license name it clashes with the existing file.
I tried:
jarExclude("**/license/**", "**/LICENSE*")
option for jlink task but it doesn't help at all :(
There is a file named LICENSE in target directory (mergedjars), and when your plugin tries to copy directory with license name it clashes with the existing file.
Originally posted by @vardlokkur in #186 (comment)
The text was updated successfully, but these errors were encountered: