[kpm] IdeaKpmBuildProjectModelTask: Change outputDirectory to IdeaKpmProject

^KT-52568 Verification Pending
This commit is contained in:
sebastian.sellmair
2022-06-14 12:40:23 +02:00
committed by Space
parent 2f6a8551ac
commit 0b7c1f42f6
@@ -27,8 +27,9 @@ internal fun Project.locateOrRegisterIdeaKpmBuildProjectModelTask(): TaskProvide
* Internal Task used for troubleshooting/debugging/diagnosing IdeaKpm model building.
*/
internal open class IdeaKpmBuildProjectModelTask : DefaultTask() {
@OutputDirectory
val outputDirectory = project.buildDir.resolve("ideaKpmProjectModel")
val outputDirectory = project.buildDir.resolve("IdeaKpmProject")
private val builder = project.pm20Extension.ideaKpmProjectModelBuilder