Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. apply plugin: 'java'
  2.  
  3. sourceCompatibility = 1.5
  4. version = '1.0'
  5.  
  6. repositories {
  7. mavenCentral()
  8. }
  9.  
  10. dependencies {
  11. provided "org.projectlombok:lombok:1.14.4"
  12. testCompile group: 'junit', name: 'junit', version: '4.11'
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement