Skip to content

Commit

Permalink
Update package location
Browse files Browse the repository at this point in the history
  • Loading branch information
jhh committed Feb 6, 2024
1 parent 3178703 commit 0618fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ idea {
publishing {
repositories {
maven {
url = uri("s3://maven.strykeforce.org/repo")
url = uri("s3://packages.strykeforce.org/repo")
credentials(AwsCredentials::class) {
accessKey = System.getenv("STRYKEFORCE_AWS_KEY")
secretKey = System.getenv("STRYKEFORCE_AWS_SECRET")
Expand Down

0 comments on commit 0618fc1

Please sign in to comment.