build.gradle 229 B

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