Skip to content

Instantly share code, notes, and snippets.

@mauricio
Created November 21, 2013 15:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricio/7583091 to your computer and use it in GitHub Desktop.
Save mauricio/7583091 to your computer and use it in GitHub Desktop.
import Keys._
name := "hello"
version := "1.0"
scalaVersion := "2.10.2"
lazy val hello = taskKey[Unit]("A custom run task.")
// this can go either in a `build.sbt` or the settings member
// of a Project in a full configuration
fullRunTask(hello, Compile, "sample.Hey")
@cmilfont
Copy link

isso é CoffeeScript?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment