Files
MaxKey/maxkey-authentications/maxkey-authentication-otp/build.gradle
2021-02-17 09:55:03 +08:00

12 lines
210 B
Groovy

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