spierce7
02/15/2023, 4:57 PMrsync
which is smart enough to determine changes per file, so it's probably faster to have small class files, and jars from maven.
What would be the best way to do this?Vampire
02/15/2023, 5:05 PMapplication
plugin to get a proper distributable archive (or directory) that then also is rsync
friendlymbonnin
02/15/2023, 5:05 PMruntimeClasspath
and copy all the jars somewhere?application
is doing under the hood I guessVampire
02/15/2023, 5:06 PMinstallDist
task of the application
plugin, then rsync the target directory of that task, by default build/install/<appname>
Adam S
02/15/2023, 5:31 PMapplication
plugin is bestVampire
02/15/2023, 5:41 PMspierce7
02/16/2023, 4:49 AMinstallDist
seems like exactly what I was hoping for.Vampire
02/16/2023, 8:00 AMeskatos
02/16/2023, 8:07 AMdistribution
plugin
https://docs.gradle.org/current/userguide/distribution_plugin.htmlspierce7
02/17/2023, 3:51 AMjava
command would be difficult.