Open
Description
It would be desirable to have a way (or if one already exists to document it), to enable an sbt plugin for a specific platform in the matrix. For example, scalajs-bundler's instructions suggest to install like this:
lazy val cross = crossProject(JSPlatform, JVMPlatform).in(file("."))
.jvmSettings(BuildSettings.jvmSettings)
.jsSettings(BuildSettings.jsSettings)
.jsConfigure { project => project.enablePlugins(ScalaJSBundlerPlugin) }
It looks like the only way in sbt-projectmatrix right now to transform a Project
is by calling customRow()
directly, however that would require me to copy-paste the definition of jsPlatform
in my own SBT build and modify it accordingly.
Metadata
Metadata
Assignees
Labels
No labels