Skip to content

Commit

Permalink
properly fix the damn formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Jun 26, 2023
1 parent 11446d1 commit 2669b4e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2669b4e

Please sign in to comment.