mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 15:30:19 +01:00
[ci skip] update paperweight to 1.5.7 & re-enable filterpatches (#9799)
This commit is contained in:
parent
5944323d84
commit
4a5893d3fc
1 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ plugins {
|
||||||
java
|
java
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
|
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 {
|
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
|
// Uncomment while updating for a new Minecraft version
|
||||||
|
/*
|
||||||
|
tasks.collectAtsFromPatches {
|
||||||
|
extraPatchDir.set(layout.projectDirectory.dir("patches/unapplied/server"))
|
||||||
|
}
|
||||||
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 a new issue