Skip to content

Commit 5318347

Browse files
authored
Merge pull request #154 from Yelp/nc/codegen-to-latest-2
Swagger Codegen to 2.4.21
2 parents 8dcc7a2 + 829981e commit 5318347

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

gradle-plugin/plugin/build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ dependencies {
2727
implementation(gradleApi())
2828

2929
implementation("commons-cli:commons-cli:1.4")
30-
implementation("io.swagger:swagger-codegen:2.4.16")
30+
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")
3137

3238
testImplementation("junit:junit:4.13.2")
3339
}

0 commit comments

Comments
 (0)