Files
MaxKey/maxkey-authentications/maxkey-authentication-core/build.gradle

14 lines
359 B
Groovy
Raw Normal View History

2019-04-29 23:53:10 +08:00
2021-02-08 21:11:46 +08:00
description = "maxkey-authentication-core"
2019-04-29 23:53:10 +08:00
dependencies {
//local jars
2021-04-17 09:44:10 +08:00
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
2019-04-29 23:53:10 +08:00
2021-04-17 09:44:10 +08:00
implementation project(":maxkey-common")
implementation project(":maxkey-core")
implementation project(":maxkey-persistence")
implementation project(":maxkey-authentications:maxkey-authentication-otp")
2019-04-29 23:53:10 +08:00
}