Skip to content

Instantly share code, notes, and snippets.

@jaceklaskowski
Last active August 29, 2015 14:02
Show Gist options
  • Save jaceklaskowski/672cd9a319abe97c3ed5 to your computer and use it in GitHub Desktop.
Save jaceklaskowski/672cd9a319abe97c3ed5 to your computer and use it in GitHub Desktop.
Snippet Build.scala from sbteclipse
lazy val root = Project(
"sbteclipse",
file("."),
aggregate = Seq(sbteclipseCore, sbteclipsePlugin),
settings = commonSettings ++ Seq(
publishArtifact := false
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment