cortinico / ktfmt-gradle

A Gradle plugin to apply ktfmt to your builds, and reformat you Kotlin source code like a glimpse ๐Ÿงน๐Ÿ˜
MIT License
149 stars 20 forks source link

Fix task caching for ktfmtCheck task with multiple sourceSets #289

Closed simonhauck closed 3 months ago

simonhauck commented 3 months ago

๐Ÿš€ Description

๐Ÿ“„ Motivation and Context

Fixes https://github.com/cortinico/ktfmt-gradle/issues/288

๐Ÿงช How Has This Been Tested?

An integration test was added. Before the changes, the test fails.

๐Ÿ“ฆ Types of changes

If you see the outputFile as part of the public API, then this would be a breaking change. I am not aware of a real usecase for the file.

โœ… Checklist

simonhauck commented 3 months ago

Thank's for reviewing and merging it so quickly ๐Ÿ‘