Skip to content

Commit 57deacc

Browse files
author
Marc Alexander Voigt
committed
fix(README): resolve error in documentation
1 parent 102a2b3 commit 57deacc

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)