Nice to see the support for creating uber jar `./g...
# compose-desktop
s
Nice to see the support for creating uber jar
./gradlew packageUberJarForCurrentOS
without any additional plugin (shadow)
🎉 5
s
Uber jar = fat jar? By swapping out the jar in an installed application, we can update it I assume. This seems like a useful part of that.
s
Uber jar = fat jar?
yes
t
The cool thing is that you can just deploy this jar to anyone and than start it with java -jar <your_compose_app.jar> I just wondering why it is only for current os. Should be no problem to put every thing in one jar or to create seperate jars for every platform. It is already possible using the shadowJar plugin.