We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955be4b commit b976b0fCopy full SHA for b976b0f
paperweight-core/src/main/kotlin/io/papermc/paperweight/core/PaperweightCore.kt
@@ -219,7 +219,7 @@ abstract class PaperweightCore : Plugin<Project> {
219
coreExt.paper.rejectsDir,
220
layout.projectDirectory.dir("src/minecraft/java"),
221
)
222
- } else if (coreExt.activeFork.isPresent && target.hasProperty("old${coreExt.activeFork.get().name}Commit")) {
+ } else if (coreExt.activeFork.isPresent && target.hasProperty("old${coreExt.activeFork.get().name.capitalized()}Commit")) {
223
val name = coreExt.activeFork.get().name
224
// old commit fetching for forks through a gradle property
225
target.tasks.named<ApplyBasePatches>("applyMinecraftBasePatches").configure {
0 commit comments