Skip to content

Commit

Permalink
Fix mappings missing from dev bundle server jar (real)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Apr 27, 2024
1 parent 0eaa60e commit 78f033b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class DevBundleTasks(
registerVersionArtifact(
bundlerJarName,
versionJsonFile,
serverProj.tasks.named<IncludeMappings>("includeMappings").flatMap { it.inputJar }
serverProj.tasks.named<IncludeMappings>("includeMappings").flatMap { it.outputJar }
)
}
}
Expand Down

0 comments on commit 78f033b

Please sign in to comment.