2
0

build.gradle 344 B

1234567891011121314
  1. description = "maxkey-authentication-core"
  2. dependencies {
  3. //local jars
  4. implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
  5. implementation project(":maxkey-common")
  6. implementation project(":maxkey-core")
  7. implementation project(":maxkey-persistence")
  8. implementation project(":maxkey-starter:maxkey-starter-otp")
  9. }