Hi, I'm trying to get GitHub Actions to build and deploy multiple build variants (native targets, and JVM target version) to maven central. I'm running each of these as a separate build and deployment to maven local, but I'm running into a couple of issues:
1. I'm passing "native" as the taret name on each platform in order to simplify the build configuration, gradle task names, and GitHub Actions. -- I think I can fix this by using the default names, with a more complex build script.
2. The core package only lists one of the native variants.