11BUILD_DATE =$(shell date -u +"% Y-% m-% d")
22AUTOBAHN_JAVA_VERSION ='20.6.1'
3- AUTOBAHN_JAVA_VCS_REF ='unknown '
3+ AUTOBAHN_JAVA_VCS_REF ='a23b951 '
44
55default :
66 @echo ' Build targets: clean build publish'
@@ -73,13 +73,13 @@ build_android:
7373
7474publish_android : build_android
7575 sed -i ' s/DEBUG = true/DEBUG = false/g' autobahn/src/main/java/io/crossbar/autobahn/utils/Globals.java
76- AUTOBAHN_BUILD_VERSION=${AUTOBAHN_JAVA_VERSION} gradle bintrayUpload -PbuildPlatform=android
76+ AUTOBAHN_BUILD_VERSION=${AUTOBAHN_JAVA_VERSION} ./gradlew bintrayUpload -PbuildPlatform=android
7777 sed -i ' s/DEBUG = false/DEBUG = true/g' autobahn/src/main/java/io/crossbar/autobahn/utils/Globals.java
7878
7979publish_android_legacy : build_android
8080 sed -i ' s/DEBUG = true/DEBUG = false/g' autobahn/src/main/java/io/crossbar/autobahn/utils/Globals.java
8181 $(shell ./enable_old_androids.sh)
82- AUTOBAHN_BUILD_VERSION=${AUTOBAHN_JAVA_VERSION} gradle bintrayUpload -PbuildPlatform=android -PbuildLegacy=true
82+ AUTOBAHN_BUILD_VERSION=${AUTOBAHN_JAVA_VERSION} ./gradlew bintrayUpload -PbuildPlatform=android -PbuildLegacy=true
8383 sed -i ' s/DEBUG = false/DEBUG = true/g' autobahn/src/main/java/io/crossbar/autobahn/utils/Globals.java
8484
8585
@@ -90,7 +90,7 @@ build_netty:
9090 crossbario/autobahn-java:netty \
9191 gradle -PbuildPlatform=netty distZip
9292
93- publish_netty : build_netty
93+ publish_netty :
9494 sed -i ' s/DEBUG = true/DEBUG = false/g' autobahn/src/main/java/io/crossbar/autobahn/utils/Globals.java
95- AUTOBAHN_BUILD_VERSION=${AUTOBAHN_JAVA_VERSION} gradle bintrayUpload -PbuildPlatform=netty
95+ AUTOBAHN_BUILD_VERSION=${AUTOBAHN_JAVA_VERSION} ./gradlew bintrayUpload -PbuildPlatform=netty
9696 sed -i ' s/DEBUG = false/DEBUG = true/g' autobahn/src/main/java/io/crossbar/autobahn/utils/Globals.java
0 commit comments