, which probably runs the task I mentioned as well as others (e.g. tests)
b
Big Chungus
10/17/2022, 9:38 PM
To confirm, that task and binaries.executable() is the way to go. Build is just a meta task that builds and tests everything "buildable" in a given gradle project
Big Chungus
10/17/2022, 9:39 PM
If you just want ALL the binaries for a project and aren't sure which task produces them, there's assemble which skips the test tasks