Skip to content

Instantly share code, notes, and snippets.

@qiemem
Created October 18, 2014 20:28
Show Gist options
  • Select an option

  • Save qiemem/0c4ae1d4645e6f029cd6 to your computer and use it in GitHub Desktop.

Select an option

Save qiemem/0c4ae1d4645e6f029cd6 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) { _ / jar }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment