build.gradle 191 B

1234567891011
  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-core")
  7. }