can i somehow use refreshVersions inside `buildSrc...
# refreshversions
n
can i somehow use refreshVersions inside
buildSrc
? my usecase is that i need to apply jooq +postgres configurations for a lot of submodules, would be nice to have that done in buildSrc but for that i need the versions
l
Yes you can with the latest dev version
It's documented on the develop branch.
n
ah cool, i ended up not doing so because just having all in the root buildscript was just as easy but i will play around with it soon
i think due to using
dotlin-dsl
in buildSrc which is 1.3.72 and kotlin 1.4.0 elsewhere my IDE marked all the other buildscripts as full of errors so i guess i have to wait for a gradle version that bundles 1.4.0