Skip to content

Commit bb2bc71

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 ba8a0d8 commit bb2bc71

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
@@ -141,9 +141,9 @@
141141
<dependencies>
142142
<!-- MockBukkit -->
143143
<dependency>
144-
<groupId>com.github.MockBukkit</groupId>
145-
<artifactId>MockBukkit</artifactId>
146-
<version>v1.21-SNAPSHOT</version>
144+
<groupId>org.mockbukkit.mockbukkit</groupId>
145+
<artifactId>mockbukkit-v1.21</artifactId>
146+
<version>4.110.0</version>
147147
<scope>test</scope>
148148
<exclusions>
149149
<!-- Exclude MockBukkit's JUnit 6 transitive deps; we manage JUnit ourselves -->

0 commit comments

Comments
 (0)