Hello I was wondering if it possible to add depend...
# refreshversions
c
Hello I was wondering if it possible to add dependencies in then lib locally. Using buildSrc in my own project. Then once I have noticed that the lib is complete I can of course contribute but since I do not want to wait while Pr is checked and merged (I want to add quite a few libs: Exposed, database drivers, Ktor-server). I have tried add this lib in buildSrc by following the docs, I do not see it. Any ideas?
j
that’s a great question but I’t not sure of the answer. Perhaps you could do a build scan to check whether the plugins are added to the classpath of your buildsrc
Any chance this is caused simply by the gradlePluginPortal not being present as repository? See https://github.com/jmfayard/refreshVersions/issues/557 If yes we need to update the doc 🙂
c
Sorry missed that. Going to try it. Thanks 🙂
j
did it work? If yet I will update the doc