Hello, I keep getting this error while using sqlde...
# squarelibraries
k
Hello, I keep getting this error while using sqldelight with a springboot application (and postgresql)
Copy code
'dependencies.dependency[app.cash.sqldelight:postgresql-dialect:2.0.1]' for app.cash.sqldelight:postgresql-dialect:2.0.1 is referencing itself. in app.cash.sqldelight:postgresql-dialect:2.0.1
Is there any resolution for this?
h
We already got this issue with another dependency, https://github.com/cashapp/sqldelight/issues/4900 but I can't reproduce it. Would be great if you can provide a reproducer or more details.
k
I’ll add it to my todo list and slap a repository together that can be used to replicate the problem 👍
Running Gradle dependencies doesn’t give any indication that there are cyclic dependencies though.
The pom looks like to has a dependency on itself
postgresql-dialect-2.0.1.pom.xml
@hfhbd I hope this helps.
h
Yes, that's true, but cased by the java-test-fixtures plugin so Gradle should not warn you, because it uses the Gradle Module Metadata.
k
I’ll create an issue nonetheless