Big Temp
11/01/2024, 3:37 PM> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes UP-TO-DATE
// > Task :jar <-- only with `mainModule`
> Task :runBig Temp
11/01/2024, 3:45 PM-cp does include build/resources/main... Not sure why Helidon isn't picking up beans.xml then.Big Temp
11/01/2024, 4:11 PMVampire
11/01/2024, 4:16 PMant.move is a very strange idea, the whole task you linked to is an extremely bad idea due to multiple reasons. For example it does not properly wire outputs and inputs, but configures hard-coded paths and needs manual task dependencies which is bad, and it pollutes the outputs of another task, resulting in overlapping outputs, which causes all sorts of problems. You should never replicate that setup.Big Temp
11/01/2024, 4:52 PMVampire
11/01/2024, 6:41 PMant.move.
I just probably didn't know better 10 years ago 😄