bbotella commented on code in PR #239: URL: https://github.com/apache/cassandra-sidecar/pull/239#discussion_r2263529112
########## server/build.gradle: ########## @@ -20,6 +20,18 @@ import org.apache.tools.ant.taskdefs.condition.Os import java.nio.file.Paths +buildscript { + repositories { + gradlePluginPortal() + } + dependencies { + classpath("io.smallrye.openapi:io.smallrye.openapi.gradle.plugin:4.1.1") // Replace with the desired version + classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml") { + version { strictly("2.14.2") } + } + } +} + Review Comment: Gradle complains with that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org