We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e531061 commit 15ee9e7Copy full SHA for 15ee9e7
1 file changed
bom/build.gradle.kts
@@ -137,7 +137,7 @@ publishing {
137
}
138
139
repositories {
140
- val url = if (snapshotRelease) "s3://maven.noelware.org/snapshots" else "s3://maven.noelware.org"
+ val url = if (snapshotRelease) "s3://august/noelware/maven/snapshots" else "s3://august/noelware/maven"
141
maven(url) {
142
credentials(AwsCredentials::class.java) {
143
this.accessKey = publishingProps.getProperty("s3.accessKey") ?: ""
0 commit comments