Skip to content

Commit

Permalink
Reverted all build.gradle.kts
Browse files Browse the repository at this point in the history
Pretty much reverted commit 8fc9ec3
  • Loading branch information
SpoonySimone committed Feb 18, 2024
1 parent 691a4d6 commit dc51c2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
val modGroup: String by project
val modBaseName: String by project
group = modGroup
base.archivesName.set("$modBaseName - ${project.version}")
base.archivesName.set("$modBaseName-${platform.mcVersionStr}")

loom {
noServerRunConfigs()
Expand All @@ -29,7 +29,7 @@ dependencies {
}

tasks.jar {
from(embed.files.filter { !it.name.contains("-dev") }.map { zipTree(it) })
from(embed.files.map { zipTree(it) })

manifest.attributes(
mapOf(
Expand All @@ -39,4 +39,4 @@ tasks.jar {
"TweakOrder" to "0"
)
)
}
}

0 comments on commit dc51c2e

Please sign in to comment.