1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-30 11:19:17 +02:00

Disable ATs from unapplied folder

This commit is contained in:
Shane Freeder 2022-12-07 23:25:00 +00:00
parent e21c1b41a7
commit 7414739946
No known key found for this signature in database
GPG key ID: A3F61EA5A085289C

View file

@ -133,7 +133,7 @@ allprojects {
tasks.collectAtsFromPatches {
// 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") {