Louis CAD

Results 464 comments of Louis CAD

That is absolutely now supported since 0.50.0+: Calling `versionFor("org.jacoco..org.jacoco.agent:_")` will get you the version AND enable updates lookup.

In the meantime, we could warn when `https://oss.sonatype.org/content/repositories/snapshots` is used because its response times have a tendency to exceed the default timeout.

Hello, can you please provide the `build.gradle.kts` and `settings.gradle.kts` involved files, or a minimal reproducing project?

I highly doubt there's anything Groovy DSL specific here. Are you using an older Firebase BoM that might lack the entry for the new ktx artifact?

Wait, I just looked at the Gradle scan, and the issue seems to be Groovy DSL related actually, I'll take a look later this week. In the meantime, just use...

Hello, @itsandreramon, did you configure refreshVersions for the `buildSrc` as well, as recommended on the setup page on the website for Groovy DSL users? https://jmfayard.github.io/refreshVersions/setup/#if-you-use-groovy-dsl-ie-buildgradle-files-not-kts

@itsandreramon Still waiting for your answer.

Gotcha, I'll consider updating the docs to reflect that, thanks for the update, glad it's now working on your end. We are also considering automatically configuring buildSrc BTW.

@taylors1512 Is Gradle sync working with that in IntelliJ IDEA?

That's what I expected, and that's why refreshVersions docs show to specify the version for the buildSrc as well. If you don't, when Gradle sync tries to run the buildSrc...