gradle-native
gradle-native copied to clipboard
Demonstrate how to build 32-bit and 64-bit during the same execution run
This is currently possible but isn't provided out of the box. A build author needs to:
- Create a custom lifecycle task
- Configure each binaries of choice (any binaries can be select, for this demonstration, it's the 32/64 bit binaries)
- For each binaries, configure the lifecycle task to depends on the link or create tasks
- Execute Gradle for the custom lifecycle task