Skip to content

Commit

Permalink
java11
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMirzayanov committed Dec 13, 2023
1 parent 8384c11 commit 629185f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/bundle.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
setlocal enabledelayedexpansion

if not "!JAVA8_64_HOME!"=="" (
set PATH=!JAVA8_64_HOME!\bin;!PATH!
set JAVA_HOME=!JAVA8_64_HOME!
if not "!JAVA11_64_HOME!"=="" (
set PATH=!JAVA11_64_HOME!\bin;!PATH!
set JAVA_HOME=!JAVA11_64_HOME!
)

call mvn.cmd -Dfile.encoding=UTF-8 validate
Expand Down

0 comments on commit 629185f

Please sign in to comment.