Updated openapi-generator-gradle-plugin/README.adoc to latest plugin version (#9874)

Updated docs to reference latest gradle plugin version with important support for gradle 7
This commit is contained in:
Bernhard Danecker 2021-07-01 11:48:28 +02:00 committed by GitHub
parent cd2bd84bb6
commit f0cbfbc820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ task validateGoodSpec(type: org.openapitools.generator.gradle.plugin.tasks.Valid
[source,group] [source,group]
---- ----
plugins { plugins {
id "org.openapi.generator" version "5.1.0" id "org.openapi.generator" version "5.1.1"
} }
---- ----
@ -113,7 +113,7 @@ buildscript {
// url "https://plugins.gradle.org/m2/" // url "https://plugins.gradle.org/m2/"
} }
dependencies { dependencies {
classpath "org.openapitools:openapi-generator-gradle-plugin:5.1.0" classpath "org.openapitools:openapi-generator-gradle-plugin:5.1.1"
} }
} }