forked from loafle/openapi-generator-original
update smaples
This commit is contained in:
parent
75c2e934da
commit
128d9da8a1
@ -2,7 +2,7 @@ group "org.openapitools"
|
||||
version "1.0.0"
|
||||
|
||||
wrapper {
|
||||
gradleVersion = "6.9"
|
||||
gradleVersion = '6.9'
|
||||
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
|
||||
}
|
||||
|
||||
@ -48,4 +48,4 @@ dependencies {
|
||||
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:$jackson_version")
|
||||
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version")
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ group "org.openapitools"
|
||||
version "1.0.0"
|
||||
|
||||
wrapper {
|
||||
gradleVersion = "6.9"
|
||||
gradleVersion = '6.9'
|
||||
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
|
||||
}
|
||||
|
||||
@ -51,4 +51,4 @@ dependencies {
|
||||
implementation("io.smallrye.reactive:mutiny:$mutiny_version")
|
||||
implementation("io.smallrye.reactive:mutiny-kotlin:$mutiny_version")
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ group "org.openapitools"
|
||||
version "1.0.0"
|
||||
|
||||
wrapper {
|
||||
gradleVersion = "6.9"
|
||||
gradleVersion = '6.9'
|
||||
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
|
||||
}
|
||||
|
||||
@ -48,4 +48,4 @@ dependencies {
|
||||
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:$jackson_version")
|
||||
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version")
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ group "org.openapitools"
|
||||
version "1.0.0"
|
||||
|
||||
wrapper {
|
||||
gradleVersion = '7.5'
|
||||
gradleVersion = "7.4.2"
|
||||
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user