-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.cmd
More file actions
12 lines (9 loc) · 462 Bytes
/
Copy pathbuild.cmd
File metadata and controls
12 lines (9 loc) · 462 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
cd /d %~dp0
call setenv.cmd
call mvn clean package
rem java -p target/mods -m javamoduleexample/jp.seraphyware.example.JavaModuleExample
rem java -p target/mods -m javamoduleexample
if exist "release" rmdir /s /q release
jlink --module-path target/mods --add-modules javamoduleexample --no-man-pages --no-header-files --verbose --output release --launcher run=javamoduleexample/jp.seraphyware.example.JavaModuleExample
release\bin\run.bat
if "%1" == "" pause