Advertisement
Guest User

build.gradle

a guest
Jul 18th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.21 KB | None | 0 0
  1. group 'ru.interprocom'
  2. version '7.5.0.6'
  3.  
  4. apply plugin: 'java'
  5.  
  6. sourceCompatibility = 1.8
  7.  
  8. repositories {
  9.     mavenCentral()
  10. }
  11.  
  12. dependencies {
  13.     compileOnly fileTree(dir: 'lib', include: '*.jar')
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement