diff --git a/build.gradle.kts b/build.gradle.kts index ccad400c..544b2f7d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")