Fix gradle methods to actually first build frontend
Compare changes
+ 1
− 1
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).