We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb3240 commit 4897e29Copy full SHA for 4897e29
airbyte-api/build.gradle
@@ -1,9 +1,7 @@
1
import org.openapitools.generator.gradle.plugin.tasks.GenerateTask
2
3
plugins {
4
- // 6.1.0-SNAPSHOT contains this fix: https://github.com/OpenAPITools/openapi-generator/issues/13025
5
- // TODO update to v6.1.0 when it officially releases (due end of August 2022) so that we don't need to depend on a SNAPSHOT version anymore
6
- id "org.openapi.generator" version "6.1.0-SNAPSHOT"
+ id "org.openapi.generator" version "6.2.1"
7
id "java-library"
8
}
9
0 commit comments