10 lines
229 B
Groovy
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')
|
|
|
|
} |