build.gradle 226 B

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