Skip to content

Commit 1dd1706

Browse files
committed
Simplify meta tasks (#166)
1 parent e3f0efa commit 1dd1706

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

compiler-plugin/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5-
import util.configureMetaTasks
6-
75
val kotlinVersion: KotlinVersion by extra
86
val rpcVersion: String = libs.versions.kotlinx.rpc.get()
97

108
allprojects {
119
group = "org.jetbrains.kotlinx"
1210
version = "$kotlinVersion-$rpcVersion"
1311
}
14-
15-
configureMetaTasks("clean", "cleanTest", "test")
16-
configureMetaTasks(tasks.matching { it.name.startsWith("publish") }.map { it.name })

gradle-conventions-settings/src/main/kotlin/util/metaTask.kt

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)