build.gradle 220 B

12345678910111213
  1. description = "maxkey-identity-kafka"
  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. }