Skip to content

Commit

Permalink
Fix paper maven (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-OR authored Jan 25, 2025
1 parent d8f8b9b commit 3df2208
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories {
}
maven {
name = "paper"
url = uri("https://papermc.io/repo/repository/maven-snapshots/")
url = uri("https://repo.papermc.io/repository/maven-public/")
mavenContent {
includeGroup("org.cadixdev")
}
Expand Down
2 changes: 1 addition & 1 deletion testdepmod/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
}
maven {
name = "paper"
url = uri("https://papermc.io/repo/repository/maven-snapshots/")
url = uri("https://repo.papermc.io/repository/maven-public/")
mavenContent {
includeGroup("org.cadixdev")
}
Expand Down
2 changes: 1 addition & 1 deletion testmod/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
}
maven {
name = "paper"
url = uri("https://papermc.io/repo/repository/maven-snapshots/")
url = uri("https://repo.papermc.io/repository/maven-public/")
mavenContent {
includeGroup("org.cadixdev")
}
Expand Down
2 changes: 1 addition & 1 deletion testmod1.12/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
repositories {
maven {
name = "paper"
url = uri("https://papermc.io/repo/repository/maven-snapshots/")
url = uri("https://repo.papermc.io/repository/maven-public/")
mavenContent {
includeGroup("org.cadixdev")
}
Expand Down

0 comments on commit 3df2208

Please sign in to comment.