swagger-codegen icon indicating copy to clipboard operation
swagger-codegen copied to clipboard

gradle-swagger-generator-plugin is archived

Open ThomGeG opened this issue 1 month ago • 0 comments

I'm not sure if this is the best place to raise this, but here goes...

https://github.com/int128/gradle-swagger-generator-plugin is referenced in several places in the docs as the recommended plugin for Gradle projects needing to generate source code:

https://github.com/swagger-api/swagger-codegen/blob/3e30b9de597642985d39b4d27dbd733653ff6216/docs/workflow-integration.md?plain=1#L9

However that plugin was archived in November 2024. The latest version of the plugin only supports up-to Gradle 8 unfortunately (it uses a deprecated project.javaexec method that was removed in Gradle 9), so it's slowly going to prove insufficient to people (Gradle 8 doesn't currently support Java 25).

It may be time to point people to something else, such as https://github.com/OpenAPITools/openapi-generator?

ThomGeG avatar Dec 03 '25 23:12 ThomGeG