Files
MaxKey/maxkey-webapis/maxkey-webapi-scim/build.gradle

13 lines
291 B
Groovy
Raw Normal View History

2023-01-15 07:36:42 +08:00
description = "maxkey-webapi-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
}