Skip to content

Commit f562e96

Browse files
tastybentoclaude
andcommitted
Pin MockBukkit to Maven Central 4.110.0 instead of jitpack snapshot
The floating jitpack snapshot v1.21-SNAPSHOT resolves to an ephemeral git-described build whose jar/POM get evicted, breaking CI even on unchanged commits. Switch to the equivalent stable Maven Central coordinates (org.mockbukkit.mockbukkit:mockbukkit-v1.21:4.110.0). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ce6e7a2 commit f562e96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- Non-minecraft related dependencies -->
5555
<junit.version>5.10.2</junit.version>
5656
<mockito.version>5.11.0</mockito.version>
57-
<mock-bukkit.version>v1.21-SNAPSHOT</mock-bukkit.version>
57+
<mock-bukkit.version>4.110.0</mock-bukkit.version>
5858
<!-- More visible way how to change dependency versions -->
5959
<paper.version>1.21.11-R0.1-SNAPSHOT</paper.version>
6060
<bentobox.version>3.15.1-SNAPSHOT</bentobox.version>
@@ -182,8 +182,8 @@
182182
<dependencies>
183183
<!-- Mock Bukkit - used to mock the server in tests -->
184184
<dependency>
185-
<groupId>com.github.MockBukkit</groupId>
186-
<artifactId>MockBukkit</artifactId>
185+
<groupId>org.mockbukkit.mockbukkit</groupId>
186+
<artifactId>mockbukkit-v1.21</artifactId>
187187
<version>${mock-bukkit.version}</version>
188188
<scope>test</scope>
189189
</dependency>

0 commit comments

Comments
 (0)