Skip to content

Commit da2e5bd

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 a972faa commit da2e5bd

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
@@ -140,9 +140,9 @@
140140
<!-- Your addon must contain Paper and BentoBox APIs dependencies. -->
141141
<dependencies>
142142
<dependency>
143-
<groupId>com.github.MockBukkit</groupId>
144-
<artifactId>MockBukkit</artifactId>
145-
<version>v1.21-SNAPSHOT</version>
143+
<groupId>org.mockbukkit.mockbukkit</groupId>
144+
<artifactId>mockbukkit-v1.21</artifactId>
145+
<version>4.110.0</version>
146146
<scope>test</scope>
147147
</dependency>
148148
<dependency>

0 commit comments

Comments
 (0)