Skip to content

Commit d096068

Browse files
committed
build: target latest Minestom (2026.05.17-1.21.11) and publish snapshot from deployment branch
Bumps the Minestom compileOnly dependency in the minestom and minestom:loader modules from 2025.08.29-1.21.8 to the current Maven Central release so the OneLiteFeather LuckPerms fork builds against the Minestom version Titan deploys with. Adds the deployment branch to the CI publish trigger so net.luckperms:*:5.6-SNAPSHOT is deployed to the OneLiteFeather repository for downstream Butterfly/Titan builds. https://claude.ai/code/session_01S76fk9ma5Szkf9r1W44RVP
1 parent 9e47abd commit d096068

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'master'
7+
- 'claude/titan-minestom-deployment-XhoNO'
78
tags:
89
- 'v*'
910
pull_request:

minestom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
compileOnly project(':common:loader-utils')
1212
compileOnly project(':minestom:app')
1313

14-
compileOnly 'net.minestom:minestom:2025.08.29-1.21.8'
14+
compileOnly 'net.minestom:minestom:2026.05.17-1.21.11'
1515
}
1616

1717
java {

minestom/loader/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
compileOnly 'net.minestom:minestom:2025.08.29-1.21.8'
11+
compileOnly 'net.minestom:minestom:2026.05.17-1.21.11'
1212

1313
implementation project(':api')
1414
implementation project(':common:loader-utils')

0 commit comments

Comments
 (0)