build.gradle 309 B

12345678910111213
  1. description = "maxkey-web-api-scim"
  2. apply plugin: 'java'
  3. dependencies {
  4. //local jars
  5. implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
  6. implementation project(":maxkey-commons:maxkey-common")
  7. implementation project(":maxkey-entity")
  8. implementation project(":maxkey-persistence")
  9. }