playframework / play-doc

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

Cross build against Scala 2.12 because it's need by a sbt-plugin #154

Closed mkurz closed 1 year ago

mkurz commented 1 year ago

The project is defined as interplay PlayLibrary, which however dropped Scala 2.12, because a PlayLibrary is meant to be used for libraries not for plugins. But play-doc is also used for an sbt-plugin, so we need to explicitly build for 2.12. (And yes I know interplay should be gone soon)

mkurz commented 1 year ago

That's were interplay removed cross building against 2.12 for the PlayLibrary plugin: https://github.com/playframework/interplay/pull/176