Skip to content

Commit

Permalink
[P4ADEV-1831] fixed java version
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarsel committed Jan 15, 2025
1 parent 3e1f07a commit 31d1998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ tasks.register<org.openapitools.generator.gradle.plugin.tasks.GenerateTask>("ope
apiPackage.set("it.gov.pagopa.pu.fileshare.controller.generated")
modelPackage.set("it.gov.pagopa.pu.fileshare.dto.generated")
configOptions.set(mapOf(
"dateLibrary" to "java8",
"dateLibrary" to "java17",
"requestMappingMode" to "api_interface",
"useSpringBoot3" to "true",
"interfaceOnly" to "true",
Expand Down Expand Up @@ -151,7 +151,7 @@ tasks.register<org.openapitools.generator.gradle.plugin.tasks.GenerateTask>("ope
configOptions.set(mapOf(
"swaggerAnnotations" to "false",
"openApiNullable" to "false",
"dateLibrary" to "java8",
"dateLibrary" to "java17",
"useSpringBoot3" to "true",
"useJakartaEe" to "true",
"serializationLibrary" to "jackson",
Expand All @@ -172,7 +172,7 @@ tasks.register<org.openapitools.generator.gradle.plugin.tasks.GenerateTask>("ope
configOptions.set(mapOf(
"swaggerAnnotations" to "false",
"openApiNullable" to "false",
"dateLibrary" to "java8",
"dateLibrary" to "java17",
"useSpringBoot3" to "true",
"useJakartaEe" to "true",
"serializationLibrary" to "jackson",
Expand All @@ -193,7 +193,7 @@ tasks.register<org.openapitools.generator.gradle.plugin.tasks.GenerateTask>("ope
configOptions.set(mapOf(
"swaggerAnnotations" to "false",
"openApiNullable" to "false",
"dateLibrary" to "java8",
"dateLibrary" to "java17",
"useSpringBoot3" to "true",
"useJakartaEe" to "true",
"serializationLibrary" to "jackson",
Expand Down

0 comments on commit 31d1998

Please sign in to comment.