Madis Pink
Madis Pink
adding to the discussion here - medium sized Gradle build, 49 modules, 1 extra included build. Dependency analysis is cool, but I have _no_ clue where the deps are coming...
Nope, I wasn't aware of those docs. I did manage to solve all of my issues by manually invoking the GitHub variant of the plugin locally though. I think the...
A few alternative even stricter approaches I considered which probably will break someone's workflow: - only allow digits, e.g. `1.sqm` and `001.sqm` are valid, whereas `v001.sqm` or `001_create_foo.sqm` are not...
> We need some way to go back to the old mechanism. Maybe a Gradle property? I can take a stab at it, Gradle property sounds good. I'm not super...