Files
MaxKey/maxkey-authentications/maxkey-authentication-captcha/build.gradle

13 lines
254 B
Groovy
Raw Normal View History

2021-02-08 21:11:46 +08:00
description = "maxkey-authentication-captcha"
dependencies {
//local jars
compile fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
2021-02-15 09:57:52 +08:00
compile project(":maxkey-common")
2021-02-08 21:11:46 +08:00
compile project(":maxkey-core")
compile project(":maxkey-persistence")
}