You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see the value in this. The git.properties data for us has been helpful, but we have never wanted the data that comes from build.properties (maven gav).
If you have a real use case where build-info.properties provides value, where git.properties can't, let me know. Otherwise this will remain unworked.
Coincidentally, we found a use case internally. A team wants CI build data published into BuildProperties. We found that there was nothing general purpose to bake into rules_spring, but we can provide an example.
The BuildProperties bean in Spring Boot is loaded from data populated in META-INF/build-info.properties
It allows for custom properties to be added. We should support that too.
The text was updated successfully, but these errors were encountered: