From dd8d382adda2c9ee653f0994bdaf5e5f612b6dee Mon Sep 17 00:00:00 2001 From: falkzoll Date: Tue, 23 Jul 2024 10:26:45 +0200 Subject: [PATCH] Move to newer openwhisk to unblock build. (#288) - 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