This commit is contained in:
shimingxy
2019-12-12 22:21:56 +08:00
parent be45645b29
commit a164248218
4 changed files with 16 additions and 16 deletions

View File

@@ -2,3 +2,6 @@ echo off
echo set env
set JAVA_HOME=D:\JavaIDE\jdk1.8.0_91
set GRADLE_HOME=D:\JavaIDE\gradle-5.4.1
call %JAVA_HOME%/bin/java -version
call %GRADLE_HOME%/bin/gradle -version