I’m using the `kotlin-dsl` and the `buildSrc` fold...
# build-tools
e
I’m using the
kotlin-dsl
and the
buildSrc
folder in my project. It relies on
jCenter
which is at end of life. Does anyone know what repository I need to migrate to?
t
mavenCentral()
3
e
it depends on what your dependencies are
s
Err, gradle has a command line feature to print all its warnings, and normally that also comes with information HOW to fix it. Or am I missing something here?
t
it depends where the issue comes from. If it is in your build scripts - should add how to fix, if it is in the plugins your build is using - will not.
s
Sure. But then it points to the plugin, and you know you have to wait for the plugin owners to fix it.
🤷‍♂️ 1