Fix gradle methods to actually first build frontend

Some spring tasks were sometimes doing bootJar (spring's own jar building) before my copy dependency. This new method should work for all ways of running the server (build, assemble, bootRun).

Merge request reports

Loading