mirror of https://github.com/apache/kafka.git
MINOR: Fix build failure in genConnectOpenAPIDocs (#14464)
Reviewers: Yash Mayya <yash.mayya@gmail.com>
This commit is contained in:
parent
13b119aa62
commit
4ba9cfd9d9
|
@ -37,7 +37,7 @@ plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'org.owasp.dependencycheck' version '8.2.1'
|
id 'org.owasp.dependencycheck' version '8.2.1'
|
||||||
id 'org.nosphere.apache.rat' version "0.8.1"
|
id 'org.nosphere.apache.rat' version "0.8.1"
|
||||||
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.16"
|
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.8" // keep aligned with the swagger version used in gradle/dependencies.gradle
|
||||||
|
|
||||||
id "com.github.spotbugs" version '5.1.3' apply false
|
id "com.github.spotbugs" version '5.1.3' apply false
|
||||||
id 'org.scoverage' version '7.0.1' apply false
|
id 'org.scoverage' version '7.0.1' apply false
|
||||||
|
|
Loading…
Reference in New Issue