Skip to content

fix patch headers

3343c97
Select commit
Loading
Failed to load commit list.
Open

reset pending keepalive state on listener handoff during reconfiguration #13712

fix patch headers
3343c97
Select commit
Loading
Failed to load commit list.
PaperMC PR Publishing / PR Publishing succeeded Apr 5, 2026 in 16s

PR Publishing - 2 artifacts

PR published 2 artifacts
io.papermc.paper:dev-bundle:1.21.11-R0.1-SNAPSHOT
io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT

Details

Download the Paperclip jar for this pull request: paper-13712.zip

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven("https://maven-prs.papermc.io/Paper/pr13712") {
        name = "Maven for PR #13712" // https://github.com/PaperMC/Paper/pull/13712
        mavenContent {
            includeModule("io.papermc.paper", "dev-bundle")
            includeModule("io.papermc.paper", "paper-api")
        }
    }
}