Skip to content

Instantly share code, notes, and snippets.

@rssh
Created December 31, 2015 21:47
Show Gist options
  • Save rssh/fd117809b9af521cebf0 to your computer and use it in GitHub Desktop.
Save rssh/fd117809b9af521cebf0 to your computer and use it in GitHub Desktop.
sourceGenerators in Compile += Def.task {
val file = (sourceManaged in Compile).value / "bi" / "BuildInfo"
IO.write(file, s"""package x; object BuildInfo { val millis =${System.currentTimeMillis}L }""")
Seq(file)
}.taskValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment