Created
April 3, 2021 10:00
-
-
Save nickname55/23deb67592aaec85d4405ca3fd7e0bb9 to your computer and use it in GitHub Desktop.
Сменить версию java, bat file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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