[imltogradle] Add a bit of logging
This commit is contained in:
committed by
teamcityserver
parent
c954fa4900
commit
526a664077
+1
@@ -91,6 +91,7 @@ fun main() {
|
||||
|
||||
imlFiles.mapNotNull { imlFile -> ijCommunityModuleNameToJpsModuleMapping[imlFile.nameWithoutExtension]?.let { imlFile to it } }
|
||||
.forEach { (imlFile, jpsModule) ->
|
||||
println("Processing iml ${imlFile}")
|
||||
imlFile.parentFile.resolve("build.gradle.kts").writeText(convertJpsModule(imlFile, jpsModule))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user