Files
MaxKey/maxkey-authentications/maxkey-authentication-otp/build.gradle
2021-02-15 09:57:52 +08:00

13 lines
250 B
Groovy

description = "maxkey-authentication-otp"
dependencies {
//local jars
compile fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
compile project(":maxkey-common")
compile project(":maxkey-core")
compile project(":maxkey-persistence")
}