build.gradle 357 B

12345678910111213141516
  1. description = "maxkey-connector-base"
  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-dao")
  9. compile project(":maxkey-client-sdk")
  10. compile project(":maxkey-identitys:maxkey-identity-kafka")
  11. }