Open xenoterracide opened 1 month ago
Ah, looks like there's an issue here with how the plugin tries to automatically add the mappings from your version catalog, but that won't work in a settings plugin context due to chicken-and-egg issues. Or rather, it might just need to be lazier and wait for the version catalog to be created (somehow).
Could you provide a minimal reproducer?
Build scan link https://scans.gradle.com/s/7lr3x5l4lcsoc
Plugin version
2.+
Gradle version
Describe the bug
I tried applying to my
settings.gradle.kts
as documented on the wiki, but I get the above error, applying to my rootsettings.gradle.kts
seems to be breaking my buildSrc somehow.To Reproduce Steps to reproduce the behavior:
Expected behavior
Additional context
it's probable that the project could use a bit more of a migration doc?