51 Star 420 Fork 148

hubert-樂xx / GRule

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.bat 207 Bytes
一键复制 编辑 原始数据 按行查看 历史
xnat 提交于 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
Groovy
1
https://gitee.com/xnat/grule.git
git@gitee.com:xnat/grule.git
xnat
grule
GRule
master

搜索帮助