aboutsummaryrefslogtreecommitdiffstats
path: root/openapi/build.gradle
blob: 34d949b66149f1d7926a54dc153af41c770986f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
plugins {
  id 'java'
  id 'io.spring.dependency-management'
}

dependencies {
  implementation project('server')
  implementation project('client-history')
  implementation project('client-keycloak')
  implementation project('client-preferences')
}

ext {
  openapiVersion = '7.0.0-beta'
}