mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
15 lines
293 B
Groovy
15 lines
293 B
Groovy
description = "maxkey-identity-scim"
|
|
|
|
apply plugin: 'java'
|
|
apply plugin: 'eclipse-wtp'
|
|
|
|
|
|
dependencies {
|
|
//local jars
|
|
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
|
|
|
|
compile project(":maxkey-core")
|
|
compile project(":maxkey-dao")
|
|
compile project(":maxkey-client-sdk")
|
|
|
|
} |