Hi everyone. I use the sqldelight 1.5.0-SNAPSHOT ...
# gradle
p
Hi everyone. I use the sqldelight 1.5.0-SNAPSHOT gradle plugin and as of today, that plugin seems to require artifacts that are not available on any of the usual maven repos. Is there a way to tell gradle (preferably in kts) to use a specific snapshot version from this list? (i'd like to use yesterday's builds) https://oss.sonatype.org/content/repositories/snapshots/com/squareup/sqldelight/gradle-plugin/1.5.0-SNAPSHOT/
t
Is it transitive dependency? Do you use
resolutionStrategy
?
p
no it is a plugin dependency declared in my build file. the plugin authors clued me into what repos to add, but i never figured out how to use a specific snapshot version (one of the older ones)