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.
1 parent ed9ed58 commit 5720d30Copy full SHA for 5720d30
build.gradle.kts
@@ -28,7 +28,7 @@ buildscript {
28
// Due to bug OpenAPITools/openapi-generator#20375 when we use another
29
// plugin that also depends on jmustache the newer version ends up being
30
// used and it breaks the generation of the python client.
31
- resolutionStrategy.force("com.samskivert:jmustache:1.15")
+ resolutionStrategy.force("com.samskivert:jmustache:1.16")
32
}
33
34
0 commit comments