We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f195ab commit b96c15bCopy full SHA for b96c15b
1 file changed
buildSrc/build.gradle.kts
@@ -14,12 +14,10 @@
14
* limitations under the License.
15
*/
16
17
-import com.ncorti.ktfmt.gradle.tasks.KtfmtCheckTask
18
import org.gradle.kotlin.dsl.`kotlin-dsl`
19
20
plugins {
21
`kotlin-dsl`
22
- alias(libs.plugins.ktfmt)
23
}
24
25
gradlePlugin {
@@ -30,5 +28,3 @@ gradlePlugin {
30
28
31
29
32
33
-
34
-tasks.named("jar") { dependsOn(tasks.withType<KtfmtCheckTask>()) }
0 commit comments