From 114dc611e067455d4ecac5d775240904d122368a Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:35:38 -0700 Subject: [PATCH] Fix whitespace --- .../io/papermc/paperweight/PaperweightSourceGeneratorHelper.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/paperweight-lib/src/main/kotlin/io/papermc/paperweight/PaperweightSourceGeneratorHelper.kt b/paperweight-lib/src/main/kotlin/io/papermc/paperweight/PaperweightSourceGeneratorHelper.kt index 9ab54dc..ff3e787 100644 --- a/paperweight-lib/src/main/kotlin/io/papermc/paperweight/PaperweightSourceGeneratorHelper.kt +++ b/paperweight-lib/src/main/kotlin/io/papermc/paperweight/PaperweightSourceGeneratorHelper.kt @@ -63,7 +63,6 @@ abstract class PaperweightSourceGeneratorHelper : Plugin { vanilla.name(files(copyResources.flatMap { it.outputJar })) } - afterEvaluate { if (ext.addVanillaServerToImplementation.get()) { configurations.named("implementation") {