Files
MaxKey/maxkey-web-apis/maxkey-web-api-scim/build.gradle

13 lines
292 B
Groovy
Raw Normal View History

description = "maxkey-web-api-scim"
2020-06-13 09:27:20 +08:00
apply plugin: 'java'
dependencies {
//local jars
2021-04-17 09:44:10 +08:00
implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
2020-06-13 09:27:20 +08:00
2021-04-17 09:44:10 +08:00
implementation project(":maxkey-common")
implementation project(":maxkey-core")
implementation project(":maxkey-persistence")
2020-06-13 09:27:20 +08:00
}