Skip to content

Commit d5a8804

Browse files
committed
Add a nasty hack to get the Jenkins build working
1 parent a811345 commit d5a8804

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ crazy_fun.create_tasks(Dir["**/build.desc"])
102102
# This is because the buck integration creates a rule for "//.*"
103103
require 'rake-tasks/buck'
104104

105+
# Spoof tasks to get CI working with buck
106+
task '//java/client/test/org/openqa/selenium/environment/webserver:webserver:uber' => [
107+
'//java/client/test/org/openqa/selenium/environment:webserver'
108+
]
109+
105110
# Java targets required for release. These should all have the correct maven_coords set.
106111
JAVA_RELEASE_TARGETS = [
107112
'//java/client/src/org/openqa/selenium:core',

0 commit comments

Comments
 (0)