playframework / play-doc

Play documentation rendering support
Apache License 2.0
21 stars 23 forks source link

Set `doc / javacOptions` #211

Closed mkurz closed 9 months ago

mkurz commented 9 months ago

In #206 I forget something: Before #206 the PlayLibrary was activated, which is just a synonym for PlayLibraryBase, which also sets various configs: https://github.com/playframework/interplay/blob/ad1bddb900e2883f7ad78e59c70fc86603903a52/src/main/scala/interplay/PlayLibraryBase.scala#L23-L35 The only releveant IMHO here is doc / javacOptions, so I copy that one over now. We don't set scalaVersion explicitly now, but that does not matter IMHO.