Probably a long stretch but did anything change in...
# dependency-management
m
Probably a long stretch but did anything change in 8.12 regarding included builds and plugins ? My build fails with:
Copy code
Included build 'apollo-kotlin' not found in build 'apollo-kotlin'
Moving away from
pluginManagement { includeBuild() }
/`plugins { id() }` to
includeBuild()
/`buildscript { dependencies {} }` fixes the issue but it feels really weird. Does anyone have any clue what could have gone wrong here?
p
That sounds wrong / a bug. Do you have a small reproducer to share? If yes, please open an issue
m
I've been trying to create a smaller reproducer but without luck so far
I do have a workaround so it's no blocker but it got me quite puzzled
p
👍 thanks!
🙏 1