so in my BuildPropertiesTask I decided to try to o...
# general
a
so in my BuildPropertiesTask I decided to try to override that method and force
invalidate_dependents
to be
True
. So something like:
Copy code
def create_cache_manager(self, invalidate_dependents, fingerprint_strategy=None):
        return super(BuildPropertiesTask, self).create_cache_manager(
            invalidate_dependents=True,
            fingerprint_strategy=fingerprint_strategy)
p
neil.benn: hi @acceptable-scooter-37412 .. looks like you already finished what I am palnning to start, writing an build.properties task. Is there a chance you could contribute it as a PR? If not, could you give me some hints about how you got a handle on the git rev inside your task?
@witty-crayon-22786 sorry to bother you, but maybe you could give me some pointers on this?