We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f0efa commit 1dd1706Copy full SHA for 1dd1706
compiler-plugin/build.gradle.kts
@@ -2,15 +2,10 @@
2
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
3
*/
4
5
-import util.configureMetaTasks
6
-
7
val kotlinVersion: KotlinVersion by extra
8
val rpcVersion: String = libs.versions.kotlinx.rpc.get()
9
10
allprojects {
11
group = "org.jetbrains.kotlinx"
12
version = "$kotlinVersion-$rpcVersion"
13
}
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
0 commit comments