From 9ec71565a01415888fd8c0d9f57bbcb6142fb155 Mon Sep 17 00:00:00 2001 From: Falk Zoll Date: Tue, 23 Jul 2024 10:17:47 +0200 Subject: [PATCH] Move to newer openwhisk to unblock build. - Move to updated openwhisk commit to unblock the build by removing dependency to cz.alenkacz:gradle-scalafmt. --- tools/travis/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh index 3af42c9..4c67fca 100755 --- a/tools/travis/setup.sh +++ b/tools/travis/setup.sh @@ -14,7 +14,7 @@ cd $HOMEDIR git clone https://github.com/ibm-functions/openwhisk.git openwhisk cd openwhisk -git checkout 33fe0a6426c327f965805851bed524a8d7dd414b +git checkout e0bdc899b8bef4df4756159e0e512ed5528543be # setup the openwhisk environment ./tools/travis/setup.sh