Skip to content

Commit 15ee9e7

Browse files
committed
[bom] Fix S3 url
1 parent e531061 commit 15ee9e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ publishing {
137137
}
138138

139139
repositories {
140-
val url = if (snapshotRelease) "s3://maven.noelware.org/snapshots" else "s3://maven.noelware.org"
140+
val url = if (snapshotRelease) "s3://august/noelware/maven/snapshots" else "s3://august/noelware/maven"
141141
maven(url) {
142142
credentials(AwsCredentials::class.java) {
143143
this.accessKey = publishingProps.getProperty("s3.accessKey") ?: ""

0 commit comments

Comments
 (0)