Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins { // needed for the allprojects section to work

// Testing server APIs (the earliest supported version, and the latest PaperMC version)
val oldestServerAPI = "net.techcable.tacospigot:server:1.8.8-R0.2-REDUCED"
val newestServerAPI = "io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT"
val newestServerAPI = "io.papermc.paper:paper-api:26.1.2.build.53-stable"
ext {
// Use ENV variable to switch between oldest and newest API for testing
val useNewestAPI: String? = System.getenv("MC_SERVER_NEWEST_API")
Expand Down
Loading