Hi @jjohannes, Thank you for all the effort you have put into this repo and for sharing your knowledge about Gradle through your fantastic compilation of videos on YouTube.
I was reviewing the setup project for Java + Spring Boot that you have shared, and I noticed that the id("io.spring.dependency-management") version "1.1.4" plugin, which provides dependency version resolution for all Spring Boot based projects, was not used.
I am curious to know why you chose not to use this plugin. I would appreciate it if you could share your thoughts on this matter.