aboutsummaryrefslogtreecommitdiffstats
path: root/openapi/build.gradle
blob: 75e66b2309089aa46e3f142785909edaf8707740 (plain)
1
2
3
4
5
6
7
8
plugins {
  id 'java'
}

ext {
  openapiVersion = '7.4.0'
  springBootVersion = '3.2.3'
}