diff options
Diffstat (limited to 'openapi/build.gradle')
-rw-r--r-- | openapi/build.gradle | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/openapi/build.gradle b/openapi/build.gradle new file mode 100644 index 0000000..0b3e556 --- /dev/null +++ b/openapi/build.gradle @@ -0,0 +1,19 @@ +plugins { + id 'java' + id 'io.spring.dependency-management' +} + +dependencies { + implementation project('server') + implementation project('client-portal-history') + implementation project('client-portal-keycloak') + implementation project('client-portal-prefs') +} +ext { + openapiVersion = '7.0.0-beta' +} +subprojects { + repositories { + mavenCentral() + } +}
\ No newline at end of file |