Skip to content

Commit

Permalink
Update publishing repo and version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Feb 20, 2024
1 parent ec67950 commit f587a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ publishing {
allprojects {
publishing {
repositories {
maven("https://repo.papermc.io/repository/maven-snapshots/") {
maven("https://nexus.anvilpowered.org/repository/maven-snapshots/") {
name = "paperSnapshots"
credentials(PasswordCredentials::class)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.papermc.paper
version=1.20.4-R0.1-SNAPSHOT
version=1.20.4-brigadier-SNAPSHOT
mcVersion=1.20.4

# Set to true while updating Minecraft version
Expand Down

0 comments on commit f587a19

Please sign in to comment.