Skip to content

Instantly share code, notes, and snippets.

@xdev-developer
Created July 26, 2014 18:14

Revisions

  1. xdev-developer created this gist Jul 26, 2014.
    7 changes: 7 additions & 0 deletions build.sbt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    val branch = "git rev-parse --abbrev-ref HEAD".!!.trim

    val commit = "git rev-parse --short HEAD".!!.trim

    val buildTime = (new java.text.SimpleDateFormat("yyyyMMdd-HHmmss")).format(new java.util.Date())

    version := "%s-%s-%s".format(branch, commit, buildTime)