Added more logging

This commit is contained in:
Erik C. Thauvin 2023-10-30 15:05:22 -07:00
parent af828201ce
commit 9260fa5068
3 changed files with 29 additions and 14 deletions

View file

@ -50,7 +50,7 @@ public class BootJarOperation extends AbstractBootOperation<BootJarOperation> {
executeCopyInfLibs(boot_inf_dir);
executeCopyBootLoader(staging_dir);
executeCreateArchive(staging_dir, LOGGER);
executeCreateArchive(staging_dir);
if (!silent() && LOGGER.isLoggable(Level.INFO)) {
LOGGER.info(String.format("The executable JAR (%s) was created in: %s%n", destinationFileName(),