update doc to v7.8.0

This commit is contained in:
William Cheng
2024-08-19 16:19:49 +08:00
parent 91da2fd240
commit c2472b03b6
7 changed files with 19 additions and 19 deletions

View File

@@ -97,7 +97,7 @@ task validateGoodSpec(type: org.openapitools.generator.gradle.plugin.tasks.Valid
[source,group]
----
plugins {
id "org.openapi.generator" version "7.7.0"
id "org.openapi.generator" version "7.8.0"
}
----
@@ -113,7 +113,7 @@ buildscript {
// url "https://plugins.gradle.org/m2/"
}
dependencies {
classpath "org.openapitools:openapi-generator-gradle-plugin:7.7.0"
classpath "org.openapitools:openapi-generator-gradle-plugin:7.8.0"
}
}
@@ -759,7 +759,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath('org.openapitools:openapi-generator-gradle-plugin:7.7.0') {
classpath('org.openapitools:openapi-generator-gradle-plugin:7.8.0') {
exclude group: 'com.google.guava'
}
}

View File

@@ -19,5 +19,5 @@ gradle generateGoWithInvalidSpec # expected outcome: BUILD FAILED
The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example:
```bash
gradle -PopenApiGeneratorVersion=7.7.0 openApiValidate
gradle -PopenApiGeneratorVersion=7.8.0 openApiValidate
```