build.gradle 294 B

123456789101112131415
  1. description = "maxkey-identity-rest"
  2. apply plugin: 'java'
  3. apply plugin: 'eclipse-wtp'
  4. dependencies {
  5. //local jars
  6. compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
  7. compile project(":maxkey-common")
  8. compile project(":maxkey-core")
  9. compile project(":maxkey-persistence")
  10. }