Mickael Maison created KAFKA-15521: -------------------------------------- Summary: Refactor build.gradle to align gradle swagger plugin with swagger dependencies Key: KAFKA-15521 URL: https://issues.apache.org/jira/browse/KAFKA-15521 Project: Kafka Issue Type: Improvement Components: build Reporter: Mickael Maison
We use both the Swagger Gradle plugin "io.swagger.core.v3.swagger-gradle-plugin" and 2 Swagger dependencies swaggerAnnotations and swaggerJaxrs2. The version for the Gradle plugin is in build.gradle while the version for the dependency is in gradle/dependencies.gradle. When we upgrade the version of one or the other it sometimes cause build breakages, for example https://github.com/apache/kafka/pull/13387 and https://github.com/apache/kafka/pull/14464 We should try to have the version defined in a single place to avoid breaking the build again. -- This message was sent by Atlassian Jira (v8.20.10#820010)