3.26.0
(feat): Add gradle-plugin-management configuration option to inject custom plugin management
and dependency resolution configuration into settings.gradle. This enables SDK generation
on enterprise networks that cannot access the Gradle Plugin Portal (plugins.gradle.org)
by configuring internal Artifactory/Nexus repositories for plugin resolution.
Configuration example:
(fix): Fix gradle-distribution-url override in Java V2 generator to properly create the
gradle/wrapper directory before writing gradle-wrapper.properties.
3.25.1
(fix): Fix form-urlencoded request body handling to properly serialize request objects using
Jackson’s convertValue, preserving wire names from @JsonProperty annotations.