This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Mapping/make_jar.bat
T
2018-11-07 16:38:57 +01:00

2 lines
105 B
Batchfile

mvn clean package && del download\*.jar && xcopy /Y target\*.jar download && git add download/*.jar
pause