mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
generateBundleMapping.kt: report result
GitOrigin-RevId: 2ead4f34ca07ffa99844fd38fb0f33abe856661f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
956ec2043e
commit
d610321819
+2
@@ -50,6 +50,8 @@ fun generateMapping(
|
||||
outputPath.writer().use { writer ->
|
||||
writer.printClass(fileName, packageName, mappings, "$properties $output $packageName")
|
||||
}
|
||||
|
||||
println("Done! Result: $outputPath")
|
||||
}
|
||||
|
||||
private fun OutputStreamWriter.printClass(
|
||||
|
||||
Reference in New Issue
Block a user