Skip to content

Commit 789e74d

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 d689ffb commit 789e74d

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.10.0-SNAPSHOT</bentobox.version>
@@ -144,8 +144,8 @@
144144
<dependencies>
145145
<!-- Mock Bukkit - used to mock the server in tests -->
146146
<dependency>
147-
<groupId>com.github.MockBukkit</groupId>
148-
<artifactId>MockBukkit</artifactId>
147+
<groupId>org.mockbukkit.mockbukkit</groupId>
148+
<artifactId>mockbukkit-v1.21</artifactId>
149149
<version>${mock-bukkit.version}</version>
150150
<scope>test</scope>
151151
</dependency>

0 commit comments

Comments
 (0)