Skip to content

Commit cb45b12

Browse files
authored
Merge pull request #5 from Liftric/fix/README
fix(README): resolve error in documentation
2 parents 102a2b3 + 57deacc commit cb45b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ codeArtifactRepository {
4040
}
4141
additional("customer2") {
4242
// 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")
43+
accessKeyId.set(System.getenv("CUSTOMER2_AWS_ACCESS_KEY_ID"))
44+
secretAccessKey.set(System.getenv("CUSTOMER2_AWS_SECRET_ACCESS_KEY"))
4545
// reuses properties of the default extension if not explicitly specified
4646
}
4747
}

0 commit comments

Comments
 (0)