mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 05:11:27 +01:00
comment out update logic from build.gradle.kts
This commit is contained in:
parent
6161cbb44c
commit
dfeaa10163
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user