We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746367c commit 40bbb03Copy full SHA for 40bbb03
dist-linux.sh
@@ -1,8 +1,4 @@
1
#!/bin/sh
2
3
-REVISION=`head -n 1 changelog.txt | cut -f 1 -d " "`
4
-
5
-rm -rf dist
6
-ant clean
7
-ant -Dreplicatorg.version=$REVISION dist-linux
8
-#ant -Dreplicatorg.version=$REVISION dist-linux64
+./gradlew clean
+./gradlew dist-linux
dist-windows.sh
@@ -1,7 +1,4 @@
-ant -Dreplicatorg.version=$REVISION dist-windows
+./gradlew dist-windows
0 commit comments