SHARE
TWEET

Untitled

a guest Oct 17th, 2015 54 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. apply plugin: "java"
  2.  
  3. sourceCompatibility = 1.6
  4. [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
  5.  
  6. sourceSets.main.java.srcDirs = [ "src/" ]
  7.  
  8.  
  9. eclipse.project {
  10.     name = appName + "-core"
  11. }
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