Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nickname55/23deb67592aaec85d4405ca3fd7e0bb9 to your computer and use it in GitHub Desktop.
Save nickname55/23deb67592aaec85d4405ca3fd7e0bb9 to your computer and use it in GitHub Desktop.
Сменить версию java, bat file
SET JAVA_HOME=n:\jdk11
SET PATH=%JAVA_HOME%\bin;%PATH%
call mvn package
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment