Skip to content

Commit 9b99220

Browse files
CJ-Johnsonsgammon
authored andcommitted
Fix Makefile to properly display Java version on make info invocation
Signed-off-by: Charles Johnson <[email protected]>
1 parent b774aa9 commit 9b99220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ info: ## Show info about the current codebase and toolchain.
10221022
@echo "- PNPM: $(PNPM)"
10231023
@echo "" && echo "---- Toolchain Versions -----------------------------------"
10241024
@echo "Java:"
1025-
$(CMD)$(JAVA) --version
1025+
$(CMD)$(JAVA) -version
10261026
@echo ""
10271027
@echo "Native Image:"
10281028
$(CMD)$(NATIVE_IMAGE) --version

0 commit comments

Comments
 (0)