From 0eef6a15508d9491111049326a7dc3c16c5a901b Mon Sep 17 00:00:00 2001 From: Simon Stewart Date: Wed, 27 Sep 2017 12:23:16 +0100 Subject: [PATCH] Fix the prep-release-zip task --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index fc96c85f9958b..228b4c224f8ce 100644 --- a/Rakefile +++ b/Rakefile @@ -442,6 +442,7 @@ end task :'prep-release-zip' => [ + '//java/server/src/org/openqa/grid/selenium:selenium', '//java/client/src/org/openqa/selenium:client-combined-zip', '//java/server/src/org/openqa/grid/selenium:selenium-zip', '//java/server/src/org/openqa/selenium/server/htmlrunner:selenium-runner'] do