Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
swampie and pditommaso authored Jul 17, 2024
1 parent 9587b2e commit afa3ddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ publishing {
url = publishRepoUrl
credentials(AwsCredentials) {
// keys are defined in the `gradle.properties` file
accessKey aws_access_key_id
secretKey aws_secret_access_key
sessionToken aws_session_token
accessKey(aws_access_key_id)
secretKey(aws_secret_access_key)
if(aws_session_token) { sessionToken(aws_session_token) }
}
}
}
Expand Down

0 comments on commit afa3ddc

Please sign in to comment.