sbt-crossproject v1.3.0
This release adds two new settings, intended for read only:
crossProjectCrossType
gives access to theCrossType
of the enclosingcrossProject
.crossProjectBaseDirectory
gives access to the base directory of the enclosingcrossProject
By "enclosing crossProject
", we mean the crossProject
that generates the current project
. These settings are mostly useful for other sbt plugins that want to generically handle crossProject
s.