Skip to content

Commit

Permalink
loader/ml9: rename generateModNameMarker to `generateEssentialLoade…
Browse files Browse the repository at this point in the history
…rModNameMarker`
  • Loading branch information
Sychic committed Aug 25, 2024
1 parent 6469fa1 commit 2e5cfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/gg/essential/essential-loader.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ when {
""".trimIndent())
}
}
val generateModNameMarker by registering {
val generateEssentialLoaderModNameMarker by registering {
val outputFile = file(generatedResourcesDirectory.get().file("essential-loader-mod-name.txt"))
outputs.file(outputFile)
doLast {
Expand All @@ -100,7 +100,7 @@ when {
}
named<ProcessResources>("processResources") {
from(file(generateEssentialLoaderMixinConfig.map(Task::getOutputs)))
from(file(generateModNameMarker.map(Task::getOutputs))) {
from(file(generateEssentialLoaderModNameMarker.map(Task::getOutputs))) {
into("META-INF")
}
}
Expand Down

0 comments on commit 2e5cfec

Please sign in to comment.