Skip to content

Commit

Permalink
BUILD Extend exclude pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
malena-ebert-sonarsource committed Apr 29, 2021
1 parent 61fa6b3 commit 10fe141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ publishing {

artifactory {
clientConfig.includeEnvVars = true
clientConfig.envVarsExcludePatterns = '*password*,*PASSWORD*,*secret*,*MAVEN_CMD_LINE_ARGS*,sun.java.command,*token*,*TOKEN*,*LOGIN*,*login*'
clientConfig.envVarsExcludePatterns = '*password*,*PASSWORD*,*secret*,*MAVEN_CMD_LINE_ARGS*,sun.java.command,*token*,*TOKEN*,*LOGIN*,*login*,*KEY*,*signing*'
contextUrl = System.getenv('ARTIFACTORY_URL')
publish {
repository {
Expand Down

0 comments on commit 10fe141

Please sign in to comment.