Join Slack
Powered by
Hi everyone. I use the sqldelight 1.5.0-SNAPSHOT ...
# gradle
p
pabl0rg
03/31/2021, 7:21 PM
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/
pabl0rg
03/31/2021, 7:21 PM
I tried this and it didn't work:
https://medium.com/@vanniktech/pinning-a-snapshot-dependency-to-a-specific-version-b477f79469fc
t
turansky
03/31/2021, 11:09 PM
Is it transitive dependency? Do you use
resolutionStrategy
?
p
pabl0rg
04/01/2021, 4:16 PM
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)
9
Views
Open in Slack
Previous
Next