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