Skip to content

Commit b96c15b

Browse files
committed
Remove ktfmt-gradle from buildSrc
1 parent 0f195ab commit b96c15b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
import com.ncorti.ktfmt.gradle.tasks.KtfmtCheckTask
1817
import org.gradle.kotlin.dsl.`kotlin-dsl`
1918

2019
plugins {
2120
`kotlin-dsl`
22-
alias(libs.plugins.ktfmt)
2321
}
2422

2523
gradlePlugin {
@@ -30,5 +28,3 @@ gradlePlugin {
3028
}
3129
}
3230
}
33-
34-
tasks.named("jar") { dependsOn(tasks.withType<KtfmtCheckTask>()) }

0 commit comments

Comments
 (0)