We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed8fcf commit 2a444deCopy full SHA for 2a444de
Rakefile
@@ -126,10 +126,10 @@ JAVA_RELEASE_TARGETS = [
126
# build can also be done here. For example, here we set the default task
127
task :default => [:test]
128
129
-task :all do
130
- Rake::Task[:"selenium-java"].execute
131
- Rake::Task["//java/client/test/org/openqa/selenium/environment:webserver"].execute
132
-end
+task :all => [
+ :"selenium-java",
+ "//java/client/test/org/openqa/selenium/environment:webserver"
+]
133
task :all_zip => [:'selenium-java_zip']
134
task :tests => [
135
"//java/client/test/org/openqa/selenium/htmlunit:htmlunit",
0 commit comments