SHARE
TWEET

Untitled

a guest Sep 25th, 2014 212 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jar {
  2.             manifest.attributes "Main-Class": project.mainClassName
  3.             build.dependsOn classes
  4.             println "LALALALAL"
  5.  
  6.             from files(sourceSets.main.output.classesDir);
  7.             from files(sourceSets.main.output.resourcesDir);
  8.             from { configurations.compile.collect { zipTree(it) } }
  9.             from files(project.assetsDir);
  10.  
  11.         manifest.attributes "Main-Class": "de.r2soft.empires.client.MainClientLauncher"
  12. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top