Skip to content

Instantly share code, notes, and snippets.

@robhinds
Created April 4, 2020 09:19
Show Gist options
  • Save robhinds/f14320321abaf7738d42f785c22fefa5 to your computer and use it in GitHub Desktop.
Save robhinds/f14320321abaf7738d42f785c22fefa5 to your computer and use it in GitHub Desktop.
publishing {
repositories {
maven {
name "s3-repo"
url "s3://MY_BUCKET_NAME/maven-repo"
authentication {
awsIm(AwsImAuthentication)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment