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 a15ceb7 commit 52f7e24Copy full SHA for 52f7e24
1 file changed
build.gradle.kts
@@ -46,8 +46,8 @@ subprojects {
46
47
extensions.configure<PublishingExtension> {
48
repositories {
49
- maven("https://artifactory.papermc.io/artifactory/snapshots/") {
50
- name = "paperSnapshots"
+ maven("https://artifactory.papermc.io/artifactory/releases/") {
+ name = "paperReleases"
51
credentials(PasswordCredentials::class)
52
}
53
0 commit comments