build.gradle 259 B

1234567891011121314
  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-core")
  8. compile project(":maxkey-persistence")
  9. }