Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
start.bat 207 Bytes
Copy Edit Raw Blame History
xnat authored 2022-06-26 13:18 . groovy support
@cd %~dp0
@if not exist ./lib/ (
@echo copy dependencies jar
@call gradlew clean deps
)
@echo start ...
set JAVA_OPTS=-Dgroovy.attach.runtime.groovydoc=true %*
cd src/
../bin/groovy -pa main.groovy
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化