From 2669b4e430bcda73372582f150eeabebdc7230c0 Mon Sep 17 00:00:00 2001 From: maggi373 <40539743+maggi373@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:21:50 +0200 Subject: [PATCH] properly fix the damn formatting --- build.gradle | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 76c3c1976f1..83aa042d9ba 100644 --- a/build.gradle +++ b/build.gradle @@ -74,14 +74,13 @@ minecraft { replace "GRADLE_VERSIONMOD", alt_version } -processResources - { - // copy everything else, thats not the mcmod.info - from(sourceSets.main.resources.srcDirs) { - exclude 'mcmod.info' - exclude '**/*.blend*' - } - } +processResources { + // copy everything else, thats not the mcmod.info + from(sourceSets.main.resources.srcDirs) { + exclude 'mcmod.info' + exclude '**/*.blend*' + } +} task coreJar(type: Jar) { classifier = 'Core'