Hi. Is there a way to make the Gradle plugin produ...
# compose-desktop
m
Hi. Is there a way to make the Gradle plugin produce just a set of JARs - not an uber jar or a jlinked package, but what you'd get in the lib directory if using
installDist
on a normal Gradle application module.
d
I know you said no uber jars, but I wonder if the shadowJar plugin can be configured to do this? https://github.com/johnrengelman/shadow