This message was deleted.
# community-support
s
This message was deleted.
z
Source code for this.
providers.gitHashDev(project)
is the function call I’m using to set the
BuildConfig
field for the git hash
v
Not 100% sure, but I guess the problem is because you are too fine-grained. I think the parameters of the dev value source are resolved and thus the actual value source is resolved and if it then changes its return value, it invalidates the CC entry. I think if you do it directly within one value source, the property checking and then calculating the actual hash or the dummy value, it will probably work out better.
z
The issue is the
.get(..)
being called during the configuration phase, and part of the value source changing!