Skip to content

Commit 25cb0ca

Browse files
Switch to MockBukkit snapshots
Tests fail otherwise atm, may revert to non-snapshot versions in the future
1 parent 6f91f9d commit 25cb0ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildSrc/src/main/kotlin/invui.common-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ version = "2.0.0-alpha.18"
1414
repositories {
1515
mavenCentral()
1616
maven("https://repo.papermc.io/repository/maven-public/")
17+
maven("https://jitpack.io")
1718
}
1819

1920
dependencies {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ junit-bom = { module = "org.junit:junit-bom", version = "5.11.4" }
1010
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
1111
junit-platformLauncher = { module = "org.junit.platform:junit-platform-launcher" }
1212
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
13-
mockbukkit = { module = "org.mockbukkit.mockbukkit:mockbukkit-v1.21", version = "4.72.2" }
13+
mockbukkit = { module = "com.github.MockBukkit:MockBukkit", version = "v1.21-SNAPSHOT" }
1414
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.13" }
1515
paperweight-userdev-plugin = { module = "io.papermc.paperweight:paperweight-userdev", version = "2.0.0-beta.17" }
1616

0 commit comments

Comments
 (0)