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
Execution failed for task ':komga:jre'.
> File or directory not found: /.../komga/komga/build/libs/komga-0.146.0-plain.jar
It seems it's expecting the artifact from the jar task, while i would like to specify the output of the bootJar task. However, I can only configure the distDir, but it would make more sense to configure the distFile instead, no?
The text was updated successfully, but these errors were encountered:
Hi,
i am trying to make the plugin work with a Spring Boot fat jar.
I configure the plugin like this:
Note that i also have this, as suggested in the Spring Boot 2.5 documentation:
I get the following error:
It seems it's expecting the artifact from the
jar
task, while i would like to specify the output of thebootJar
task. However, I can only configure thedistDir
, but it would make more sense to configure thedistFile
instead, no?The text was updated successfully, but these errors were encountered: