Implemented gradle for Windows single player

This commit is contained in:
Marwolf
2018-08-11 19:13:08 -04:00
parent 171aa9e3e4
commit d2e63cf325
3 changed files with 11 additions and 10 deletions

View File

@@ -59,9 +59,9 @@ goto doinstall
:installjava
echo:
echo Installing Oracle Java JDK 8 and Apache Ant.
echo Installing Oracle Java JDK 8 and Gradle.
echo:
choco install -y jdk8 ant
choco install -y jdk8 gradle ant
echo:
echo:
goto askdocker