v1.1 : Optimization, big brush preview and tests

This commit is contained in:
Klemek
2018-11-04 13:08:09 +01:00
parent 1e494d3432
commit 62431c6e04
10 changed files with 136 additions and 50 deletions
+1
View File
@@ -0,0 +1 @@
mvn clean package && del download\*.jar && xcopy /Y target\*-jar-with-dependencies.jar download && powershell -command "get-childitem download\* | foreach { rename-item $_ $_.Name.Replace('-jar-with-dependencies', '') }" && git add download/*.jar