I'm about to add io.freefair.lombok
plugin to my gradle projects.
plugins {
id "io.freefair.lombok" version "5.3.3.3"
}
Problem is, I have to add this script more than 20+ repositories.
If I have to upgrade plugin version within this scenario, every single build.gradle
should be modified and it doesn't seem to be a good solution.
I wonder if I can manage plugin version with BOM. Or any other possible solution would be helpful.