JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
98 stars 28 forks source link

Use Scala cross building #19

Closed eed3si9n closed 5 years ago

eed3si9n commented 5 years ago

This is a port of https://github.com/sbt/sbt-pgp/pull/115 to this build.

To workaround multi-project build not working with sbt cross building, this emulates it by Scala cross building. /cc @mutcianm

mutcianm commented 5 years ago

Awesome, thanks for the fix! I had to make some breaking changes and force-push, so I'll cherry-pick your changes manually.

mutcianm commented 5 years ago

Or perhaps if you want, you could rebase your PR so it'll be possible to merge it and keep things nice and tidy.

mutcianm commented 5 years ago

I've cherry-picked the changes manually