mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
8 lines
162 B
Groovy
8 lines
162 B
Groovy
description = "maxkey-core"
|
|
|
|
dependencies {
|
|
//local jars
|
|
compile fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
|
|
|
compile project(":maxkey-jose-jwt")
|
|
} |