From 09ecfdac0109bfdd26f188f7d96a74c5bd0a2e06 Mon Sep 17 00:00:00 2001 From: "Michael G. Noll" Date: Thu, 17 Oct 2024 22:33:14 +0200 Subject: [PATCH] Remove unused commented code --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index 1c2ba13..8f5e7b4 100644 --- a/justfile +++ b/justfile @@ -184,7 +184,6 @@ spotbugs: compile start: #!/usr/bin/env bash declare -r JVM_ARGS="-XX:+UseZGC -XX:+ZGenerational" - #./mvnw spring-boot:run $MVN_OPTS ./mvnw spring-boot:run -Dspring-boot.run.jvmArguments="$JVM_ARGS" # start the app via its packaged jar (requires 'package' step)