Skip to content

Commit cfdc336

Browse files
committed
generating java model and api using openapi plugin;
formatting source, excluding source as does not compline with checkstyle; basic controller to implement created API interfaces;
1 parent 9681bb3 commit cfdc336

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,9 @@ openApiGenerate {
172172
cleanupOutput = true
173173
configOptions = [
174174
dateLibrary : "java8",
175-
java21 : "true",
176175
interfaceOnly : "true",
177176
hideGenerationTimestamp: "true",
178-
jakarta : "true",
177+
useJakartaEe : "true",
179178
useBeanValidation : "true",
180179
useTags : "true",
181180
useSpringBoot3 : "true",

0 commit comments

Comments
 (0)