mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
Disable ATs from unapplied folder
This commit is contained in:
parent
e21c1b41a7
commit
7414739946
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ 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"))
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register("printMinecraftVersion") {
|
tasks.register("printMinecraftVersion") {
|
||||||
|
|
Loading…
Reference in a new issue