(Windows)Visual Studio code创建gradle应用程序

因为刷题的过程中经常要使用gradle应用程序和TestNG,每次用命令行去创建又比较恶心,所以写到批处理脚本里面去。

@echo off 
start /max ""  "D:\software\vscode\Code.exe" "." 
gradle init --type java-application

你可能感兴趣的:((Windows)Visual Studio code创建gradle应用程序)