build.gradle 270 B

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