Created
October 18, 2014 20:28
-
-
Save qiemem/0c4ae1d4645e6f029cd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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