add omitGradleWrapper option to kotlin-server code generator (#16528)

The added option removes the wrapper part of build.gradle, enabling the generated project to be used as a sub project. The same option from kotlin client was used as reference for this change.
This commit is contained in:
Andreas Johnsen
2023-09-09 05:40:37 +02:00
committed by GitHub
parent c614b9d9b1
commit 75c2e934da
5 changed files with 24 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ group "org.openapitools"
version "1.0.0"
wrapper {
gradleVersion = "7.4.2"
gradleVersion = '7.5'
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
}