2021-02-15 09:57:52 +08:00

13 lines
254 B
Groovy

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