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
Some static folders and files are created in the server installation process, including javadocs and profiles. Using the gradle build version (development branch), these files are missing on installation.
It looks to me that they are not packaged properly with the jar file and therefor cannot be unpacked on installation.
In the maven build this section seems to be responsible:
Some static folders and files are created in the server installation process, including javadocs and profiles. Using the gradle build version (development branch), these files are missing on installation.
It looks to me that they are not packaged properly with the jar file and therefor cannot be unpacked on installation.
In the maven build this section seems to be responsible:
I am not sure how to match this behaviour / structure in the gradle build.
The text was updated successfully, but these errors were encountered: