Skip to content

Commit

Permalink
Update flank_update script (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored Sep 17, 2020
1 parent feecdc9 commit 1cae67f
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 1cae67f

Please sign in to comment.