mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-17 17:41:31 +08:00
Fix location of java home for windows build
See gh-865
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
SET "JAVA_HOME=C:\opt\jdk1.8.0_161"
|
||||
SET "JAVA_HOME=C:\opt\jdk-8"
|
||||
cd git-repo
|
||||
./mvnw clean install -X
|
||||
Reference in New Issue
Block a user