Piotrek Bzdyl
Piotrek Bzdyl
When Gradle detects there were no changes to the input files, it won't call Clojure compile task at all.
Currently Clojure compile and test compile tasks don't support incremental compilation. We run builds in separated steps (e.g. `gradle -x check build` followed by `gradle check` in the same directory)...
Related Slack discussion: https://pulumi-community.slack.com/archives/CRH5ENVDX/p1618397713307500 It seems that [`aws.secretsmanager.getSecretVersion`](https://www.pulumi.com/docs/reference/pkg/aws/secretsmanager/getsecretversion/#getsecretversion) data source doesn't mark [`secretString`](https://www.pulumi.com/docs/reference/pkg/aws/secretsmanager/getsecretversion/#secretstring_nodejs) and [`secretBinary`](https://www.pulumi.com/docs/reference/pkg/aws/secretsmanager/getsecretversion/#secretbinary_nodejs) as sensitive attributes and they get stored in the state in plaintext rather than encrypted...
Lein process is stuck while downloading dependencies with the following setup (I've minimized the reproduction case to that configuration): We have the following Git projects (with links to their repos...