Skip to content

Commit

Permalink
Fix sonatype snapshots repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-RS committed Mar 11, 2023
1 parent 6522c3f commit a0c2c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ publishing {
password = gradle.rootProject.hasProperty('ossrhPassword') ? ossrhPassword : 'Unknown password'
}
name = 'SNAPSHOT'
url = 'https://oss.sonatype.org/content/repositories/snapshots/'
url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
}
}
}
Expand Down

0 comments on commit a0c2c5e

Please sign in to comment.