You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2025. It is now read-only.
The produced encrypted file is always src/main/resources/sensitive/abc.properties.encrypted. I've also tried with files in other directories that src/main/resources, but no combination worked.
Any advice on how to make this work?
Thank you
PS: "checkFilesGitIgnored" always gives me an error with my referenced sensitive files, even if the .gitignore files in several of my projects are fine. And "checkFilesGitIgnored" from versions 2.0.3 and 2.0.2 doesn't work with a Java 1.8 runtime, because org/eclipse/jgit/api/Git is compiled for Java 11. But this is not an issue, because the main tasks seem to work fine with 1.8. (I have a strange constraint in my cloud environment, that Java 11 is not an option).