build.gradle 278 B

123456789101112
  1. description = "maxkey-protocol-extendapi"
  2. dependencies {
  3. //local jars
  4. compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
  5. compile project(":maxkey-core")
  6. compile project(":maxkey-persistence")
  7. compile project(":maxkey-protocols:maxkey-protocol-authorize")
  8. }