mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
13 lines
278 B
Groovy
13 lines
278 B
Groovy
|
|
description = "maxkey-authentication-otp"
|
|
|
|
|
|
dependencies {
|
|
//local jars
|
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
|
|
|
implementation project(":maxkey-common")
|
|
implementation project(":maxkey-core")
|
|
implementation project(":maxkey-persistence")
|
|
|
|
} |