JavaProjectRepo/scripts/mvn17.cmd

5 lines
124 B
Batchfile
Raw Permalink Normal View History

2026-03-20 19:00:16 +08:00
@echo off
set "JAVA_HOME=C:\Program Files\Eclipse Adoptium\jdk-17.0.17.10-hotspot"
set "PATH=%JAVA_HOME%\bin;%PATH%"
mvn %*