This message was deleted.
# develocity
s
This message was deleted.
g
Hi @Ken Yee, unfortunately that is currently not possible. Can you elaborate more on your use case how you add the same custom value multiple times per build? Do you apply some kind of plugin to all modules which does add custom values multiple times ?
k
Yes... Exactly that...plugin that adds a custom value but it's applied to multiple modules. Expectation was custom values is just a hashmap/dictionary but apparently, it's not...
a bit hacky, but in case anyone needs to add a global flag to avoid setting a custom value twice, you can tuck something into rootProject.extra
g
Ok I see. Yes that would be a workaround to keep the state on the root project and integrate that in the plugin.
👍 1