From 4a5893d3fc80db6bedc780eade8850ba74e8fddb Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:58:09 -0700 Subject: [PATCH] [ci skip] update paperweight to 1.5.7 & re-enable filterpatches (#9799) --- build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f787dbc00e..dedbce1629 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { java `maven-publish` id("com.github.johnrengelman.shadow") version "8.1.1" apply false - id("io.papermc.paperweight.core") version "1.5.6" + id("io.papermc.paperweight.core") version "1.5.7" } allprojects { @@ -131,15 +131,15 @@ allprojects { } } -tasks.collectAtsFromPatches { - // Uncomment while updating for a new Minecraft version - // extraPatchDir.set(layout.projectDirectory.dir("patches/unapplied/server")) -} - // Uncomment while updating for a new Minecraft version +/* +tasks.collectAtsFromPatches { + extraPatchDir.set(layout.projectDirectory.dir("patches/unapplied/server")) +} tasks.withType { filterPatches.set(false) } + */ tasks.register("printMinecraftVersion") { doLast {