Skip to content

Commit e3367a4

Browse files
committed
this shouldn't make a difference, but it seems to work now, so...
1 parent dd8f004 commit e3367a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ JAVA_RELEASE_TARGETS = [
126126
# build can also be done here. For example, here we set the default task
127127
task :default => [:test]
128128

129-
task :all => [
130-
:"selenium-java",
131-
"//java/client/test/org/openqa/selenium/environment:webserver"
132-
]
129+
task :all do
130+
Rake::Task[:"selenium-java"].execute
131+
Rake::Task["//java/client/test/org/openqa/selenium/environment:webserver"].execute
132+
end
133133
task :all_zip => [:'selenium-java_zip']
134134
task :tests => [
135135
"//java/client/test/org/openqa/selenium/htmlunit:htmlunit",

0 commit comments

Comments
 (0)