Fix whitespace

This commit is contained in:
Jason Penilla 2024-04-25 18:35:38 -07:00
parent c6d776d6f4
commit 114dc611e0
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8

View file

@ -63,7 +63,6 @@ abstract class PaperweightSourceGeneratorHelper : Plugin<Project> {
vanilla.name(files(copyResources.flatMap { it.outputJar }))
}
afterEvaluate {
if (ext.addVanillaServerToImplementation.get()) {
configurations.named("implementation") {