зеркало из https://github.com/microsoft/spark.git
Updated Scala version in docs generation ruby script.
This commit is contained in:
Родитель
f0881f8d48
Коммит
3b3300383a
|
@ -18,7 +18,7 @@ if ENV['SKIP_API'] != '1'
|
|||
# Copy over the scaladoc from each project into the docs directory.
|
||||
# This directory will be copied over to _site when `jekyll` command is run.
|
||||
projects.each do |project_name|
|
||||
source = "../" + project_name + "/target/scala-2.9.2/api"
|
||||
source = "../" + project_name + "/target/scala-2.9.3/api"
|
||||
dest = "api/" + project_name
|
||||
|
||||
puts "echo making directory " + dest
|
||||
|
|
Загрузка…
Ссылка в новой задаче