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 e66c795 commit 74f705bCopy full SHA for 74f705b
build.gradle.kts
@@ -25,15 +25,6 @@ import org.springframework.boot.gradle.tasks.run.BootRun
25
// implementations/configurations in a 'buildSrc' included build.
26
// See https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sources
27
28
-buildscript {
29
- configurations.all {
30
- // Due to bug OpenAPITools/openapi-generator#20375 when we use another
31
- // plugin that also depends on jmustache the newer version ends up being
32
- // used and it breaks the generation of the python client.
33
- resolutionStrategy.force("com.samskivert:jmustache:1.15")
34
- }
35
-}
36
-
37
plugins {
38
val kotlinVersion = "2.0.21"
39
kotlin("jvm") version kotlinVersion
0 commit comments