We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dcc7a2 + 829981e commit 5318347Copy full SHA for 5318347
gradle-plugin/plugin/build.gradle.kts
@@ -27,7 +27,13 @@ dependencies {
27
implementation(gradleApi())
28
29
implementation("commons-cli:commons-cli:1.4")
30
- implementation("io.swagger:swagger-codegen:2.4.16")
+ implementation("com.google.guava:guava") {
31
+ version {
32
+ // We force the version otherwise we get a -android version that will break when used with AGP.
33
+ strictly("28.2-jre")
34
+ }
35
36
+ implementation("io.swagger:swagger-codegen:2.4.21")
37
38
testImplementation("junit:junit:4.13.2")
39
}
0 commit comments