Skip to content

Commit

Permalink
[java] Fixing javadoc generation task
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 30, 2019
1 parent 77030dd commit a03a556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ task :remote => [:remote_server, :remote_client]
task :remote_client => ["//java/client/src/org/openqa/selenium/remote"]
task :remote_server => ["//java/server/src/org/openqa/selenium/remote/server"]
task :safari => [ "//java/client/src/org/openqa/selenium/safari" ]
task :selenium => [ "//java/client/src/org/openqa/selenium" ]
task :selenium => [ "//java/client/src/org/openqa/selenium:core" ]
task :support => [
"//java/client/src/org/openqa/selenium/lift",
"//java/client/src/org/openqa/selenium/support",
Expand Down

0 comments on commit a03a556

Please sign in to comment.