Anyone got a clue why Gradle might start resolving...
# community-support
e
Anyone got a clue why Gradle might start resolving project dependencies to published artifacts, instead of building them?
left is local, right is on GitHub CI Why is the dependency different???
The project is
:kotest:kotest-extensions:kotest-extensions-http
I think it's something to do with the dependency here https://github.com/kotest/kotest/blob/1f10a54bef99ea1e9ed4c6631dbe7dd7552cf165/kotest-extensions/kotest-extensions-http/build.gradle.kts#L26
Fixed! There was a bug in the Kotest build config that set the project versions to an empty string, and Gradle reacted weirdly and the build scans didn't show any useful info. https://github.com/kotest/kotest/pull/4076#issuecomment-2162512191