Skip to content

Instantly share code, notes, and snippets.

@TheBizzle
Forked from qiemem/gist:0c4ae1d4645e6f029cd6
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save TheBizzle/3784931cc5791e72e39e to your computer and use it in GitHub Desktop.

Select an option

Save TheBizzle/3784931cc5791e72e39e to your computer and use it in GitHub Desktop.
import AssemblyKeys._
assemblySettings
val jar = "LevelSpaceGUI.jar"
jarName in assembly := jar
target in assembly := baseDirectory.value
cleanFiles <+= (target in assembly).value / jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment