We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 102a2b3 + 57deacc commit cb45b12Copy full SHA for cb45b12
README.md
@@ -40,8 +40,8 @@ codeArtifactRepository {
40
}
41
additional("customer2") {
42
// if a profile is not available you can also provide the credentials directly
43
- accessKeyId = System.getenv("CUSTOMER2_AWS_ACCESS_KEY_ID")
44
- secretAccessKey = System.getenv("AWS_SECRET_ACCESS_KEY")
+ accessKeyId.set(System.getenv("CUSTOMER2_AWS_ACCESS_KEY_ID"))
+ secretAccessKey.set(System.getenv("CUSTOMER2_AWS_SECRET_ACCESS_KEY"))
45
// reuses properties of the default extension if not explicitly specified
46
47
0 commit comments