Skip to content

Commit 4897e29

Browse files
authored
Update to latest plugin (#20971)
1 parent 5bb3240 commit 4897e29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

airbyte-api/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import org.openapitools.generator.gradle.plugin.tasks.GenerateTask
22

33
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"
4+
id "org.openapi.generator" version "6.2.1"
75
id "java-library"
86
}
97

0 commit comments

Comments
 (0)