I'd like to build multiple uber jars from a single project with different main classes. For regular Gradle-based projects, I can just create multiple Jar tasks and set a different mainClass attribute. I think to make this work with compose I'd need to create multiple packageUberJarForCurrentOS tasks somehow. Any idea if that's possible yet?