aboutsummaryrefslogblamecommitdiff
path: root/build.sbt
blob: 23df4ee5c37646bce43655693166a64f4fe48ecf (plain) (tree)
1
2
3
4
5
6
7
8
9
                        
                 



                                                                           
 

                                  



                                                       
enablePlugins(SbtPlugin)
name := "sbt-gpg"
version in ThisBuild := {
  import sys.process._
  ("git describe --always --dirty=-SNAPSHOT --match v[0-9].*" !!).tail.trim
}

scalacOptions += "-target:jvm-1.8"

scriptedLaunchOpts := { scriptedLaunchOpts.value ++
  Seq("-Xmx1024M", "-Dplugin.version=" + version.value)
}
scriptedBufferLog := false