This message was deleted.
# plugin-development
s
This message was deleted.
v
Not that I'm aware of, but it sounds like you try to do something you anyway shouldn't do, so what do you try to achieve?
👍 1
j
Are you trying to solve by yourself the already existing build cache feature?
d
We are using hash of sources for frontend to put it into folder with hash so it is invalidated in browser cache. So it is just a string which is different if sources are different, so I thought I would use Gradle computed one instead of computing it by myself again.
👍 1