release tool

This commit is contained in:
Crystal.Sea
2020-10-29 00:19:26 +08:00
parent 64211fcf4f
commit dd35a28667
5 changed files with 12 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
echo off
echo set env
set JAVA_HOME=D:\IDE\jdk1.8.0_202
set GRADLE_HOME=D:\IDE\gradle-6.5.1
call %JAVA_HOME%/bin/java -version
call %GRADLE_HOME%/bin/gradle -version