Skip to content

Commit

Permalink
Add a nasty hack to get the Jenkins build working
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 5, 2016
1 parent a811345 commit d5a8804
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ crazy_fun.create_tasks(Dir["**/build.desc"])
# This is because the buck integration creates a rule for "//.*"
require 'rake-tasks/buck'

# Spoof tasks to get CI working with buck
task '//java/client/test/org/openqa/selenium/environment/webserver:webserver:uber' => [
'//java/client/test/org/openqa/selenium/environment:webserver'
]

# Java targets required for release. These should all have the correct maven_coords set.
JAVA_RELEASE_TARGETS = [
'//java/client/src/org/openqa/selenium:core',
Expand Down

0 comments on commit d5a8804

Please sign in to comment.