Skip to content

Commit

Permalink
Remove unused commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Oct 17, 2024
1 parent 07f968c commit 09ecfda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 09ecfda

Please sign in to comment.