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

10 lines
229 B
Groovy

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