From 7cdfc11ffe12584b3558c02192c440474f1e2edf Mon Sep 17 00:00:00 2001 From: Falk Zoll Date: Tue, 23 Jul 2024 09:58:27 +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 5a33fe1..70fc9f8 100755 --- a/tools/travis/setup.sh +++ b/tools/travis/setup.sh @@ -31,7 +31,7 @@ cd $HOMEDIR git clone https://github.com/ibm-functions/openwhisk.git openwhisk cd openwhisk -git checkout 33fe0a6426c327f965805851bed524a8d7dd414b +git checkout e0bdc899b8bef4df4756159e0e512ed5528543be ./tools/travis/setup.sh