apache / openwhisk-runtime-java

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
https://openwhisk.apache.org/
Apache License 2.0
46 stars 63 forks source link

Adding admin tools install to the travis build.sh #61

Closed mpmunasinghe closed 6 years ago

mpmunasinghe commented 6 years ago

This PR fixes the travis build failure reported in issue https://github.com/apache/incubator-openwhisk-runtime-java/issues/60

chetanmeh commented 6 years ago

Relates to apache/incubator-openwhisk#3823

chetanmeh commented 6 years ago

@mpmunasinghe instead of current approach can you change the build command to ./gradlew install. See discussion here for background.

rabbah commented 6 years ago

Fixed.