jar creation optimization
This commit is contained in:
+1
-1
@@ -1 +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
|
||||
mvn clean package && del download\*.jar && xcopy /Y target\*.jar download && git add download/*.jar
|
||||
Reference in New Issue
Block a user