Skip to content

Commit 74f705b

Browse files
committed
Remove jmustache resolution strategy from buildscript
1 parent e66c795 commit 74f705b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ import org.springframework.boot.gradle.tasks.run.BootRun
2525
// implementations/configurations in a 'buildSrc' included build.
2626
// See https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sources
2727

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-
3728
plugins {
3829
val kotlinVersion = "2.0.21"
3930
kotlin("jvm") version kotlinVersion

0 commit comments

Comments
 (0)