Skip to content

Commit 512f132

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 4d25628 commit 512f132

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
@@ -51,7 +51,7 @@
5151
<!-- Testing dependencies -->
5252
<junit.version>5.10.2</junit.version>
5353
<mockito.version>5.11.0</mockito.version>
54-
<mock-bukkit.version>v1.21-SNAPSHOT</mock-bukkit.version>
54+
<mock-bukkit.version>4.110.0</mock-bukkit.version>
5555

5656
<paper.version>1.21.11-R0.1-SNAPSHOT</paper.version>
5757
<bentobox.version>3.14.0</bentobox.version>
@@ -138,8 +138,8 @@
138138

139139
<dependencies>
140140
<dependency>
141-
<groupId>com.github.MockBukkit</groupId>
142-
<artifactId>MockBukkit</artifactId>
141+
<groupId>org.mockbukkit.mockbukkit</groupId>
142+
<artifactId>mockbukkit-v1.21</artifactId>
143143
<version>${mock-bukkit.version}</version>
144144
<scope>test</scope>
145145
</dependency>

0 commit comments

Comments
 (0)