Skip to content

Commit 72f65a1

Browse files
committed
Set supportUrlQuery OpenAPI option to false
1 parent 301200f commit 72f65a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildSrc/src/main/kotlin/conventions.develocity-api.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@file:Suppress("UnstableApiUsage")
1+
@file:Suppress("UnstableApiUsage", "unused")
22

33
plugins {
44
id("java")
@@ -68,6 +68,7 @@ openApiGenerate {
6868
"hideGenerationTimestamp" to "true",
6969
"library" to "native",
7070
"openApiNullable" to "false",
71+
"supportUrlQuery" to "false",
7172
"useBeanValidation" to "false",
7273
"useJakartaEe" to "true",
7374
)

0 commit comments

Comments
 (0)