Skip to content

Commit

Permalink
Fix bungeecord artifact not resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Aug 20, 2024
1 parent 453793e commit e4058f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bungeecord/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ plugins {
packetevents.`library-conventions`
}

repositories {
maven("https://repo.papermc.io/repository/maven-public/")
}

dependencies {
compileOnly(libs.bungeecord)
shadow(libs.bundles.adventure)
Expand Down
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jetbrains-annotations = "23.0.0"
via-version = "4.5.0"
protocol-support = "3d24efeda6"
paper = "1.20.6-R0.1-SNAPSHOT"
bungeecord = "1.20-R0.1-SNAPSHOT"
bungeecord = "1.21-R0.1-SNAPSHOT"
velocity = "3.1.0"
run-paper = "2.3.0"

Expand Down Expand Up @@ -35,4 +35,4 @@ adventure-serializers = [ "adventure-text-serializer-gson", "adventure-text-seri
[plugins]
run-paper = { id = "xyz.jpenilla.run-paper", version.ref = "run-paper" }
run-velocity = { id = "xyz.jpenilla.run-velocity", version.ref = "run-paper" }
fabric-loom = { id = "fabric-loom", version = "1.7.2" }
fabric-loom = { id = "fabric-loom", version = "1.7.2" }

0 comments on commit e4058f7

Please sign in to comment.