comment out update logic from build.gradle.kts

This commit is contained in:
Jake Potrebic 2023-06-08 21:31:56 -07:00
parent 82c64790f4
commit 0d969f0a1b
No known key found for this signature in database
GPG key ID: ECE0B3C133C016C5

View file

@ -133,13 +133,13 @@ allprojects {
tasks.collectAtsFromPatches { tasks.collectAtsFromPatches {
// Uncomment while updating for a new Minecraft version // Uncomment while updating for a new Minecraft version
extraPatchDir.set(layout.projectDirectory.dir("patches/unapplied/server")) // extraPatchDir.set(layout.projectDirectory.dir("patches/unapplied/server"))
} }
// Uncomment while updating for a new Minecraft version // Uncomment while updating for a new Minecraft version
tasks.withType<io.papermc.paperweight.tasks.RebuildGitPatches> { // tasks.withType<io.papermc.paperweight.tasks.RebuildGitPatches> {
filterPatches.set(false) // filterPatches.set(false)
} // }
tasks.register("printMinecraftVersion") { tasks.register("printMinecraftVersion") {
doLast { doLast {