Is your feature request related to a problem?
It has become quite cumbersome to test locally changed versions of native build tools on the reachability metadata repository, as it requires additions in many different settings.gradle files.
Describe the solution you'd like
We need to update all existing settings.gradle files to allow the parsing of mavenLocal() and also add this to the scaffold task, so it is there by default in future settings.gradle files.
We should also bump the buildtools version used by the repo to the latest version.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem?
It has become quite cumbersome to test locally changed versions of native build tools on the reachability metadata repository, as it requires additions in many different
settings.gradlefiles.Describe the solution you'd like
We need to update all existing
settings.gradlefiles to allow the parsing ofmavenLocal()and also add this to the scaffold task, so it is there by default in futuresettings.gradlefiles.We should also bump the buildtools version used by the repo to the latest version.
Describe alternatives you've considered
No response
Additional context
No response