Skip to content

Commit

Permalink
Merge branch 'master' into #770-windows-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox authored Sep 17, 2020
2 parents e00ec47 + 1cae67f commit 5028caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/bash/update_flank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ DIR=`dirname "$BASH_SOURCE"`

FLANK="$DIR/.."

"$FLANK/../gradlew" test_runner:clean test_runner:assemble test_runner:shadowJar
"$FLANK/../gradlew" -p "$FLANK" clean assemble shadowJar

cp "$FLANK"/build/libs/flank.jar "$DIR/flank.jar"

0 comments on commit 5028caf

Please sign in to comment.