aboutsummaryrefslogtreecommitdiff
path: root/src/sbt-test/sbt-settings/service/project/plugins.sbt
blob: 2e7ed6203b42aedb84ba33768c92747311fda088 (plain) (blame)
1
2
3
4
5
sys.props.get("plugin.version") match {
  case Some(v) => addSbtPlugin("xyz.driver" % "sbt-settings" % v)
  case _ => sys.error("""|The system property 'plugin.version' is not defined.
                         |Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
}