Fix compiling javadoc jar #11927 (#28858)

This dependency wasn't needed and somehow broke setting the scalacSettings
for the doc target...
This commit is contained in:
Arnout Engelen 2020-04-01 12:26:05 +02:00 committed by GitHub
parent c12b9d4593
commit 7036f89465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ object Scaladoc extends AutoPlugin {
}
override def trigger = allRequirements
override def requires = plugins.JvmPlugin && DeployRsync
override def requires = plugins.JvmPlugin
val validateDiagrams = settingKey[Boolean]("Validate generated scaladoc diagrams")