Skip to content

Commit

Permalink
Simplify meta tasks (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Aug 15, 2024
1 parent e3f0efa commit 1dd1706
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
5 changes: 0 additions & 5 deletions compiler-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
*/

import util.configureMetaTasks

val kotlinVersion: KotlinVersion by extra
val rpcVersion: String = libs.versions.kotlinx.rpc.get()

allprojects {
group = "org.jetbrains.kotlinx"
version = "$kotlinVersion-$rpcVersion"
}

configureMetaTasks("clean", "cleanTest", "test")
configureMetaTasks(tasks.matching { it.name.startsWith("publish") }.map { it.name })
38 changes: 0 additions & 38 deletions gradle-conventions-settings/src/main/kotlin/util/metaTask.kt

This file was deleted.

0 comments on commit 1dd1706

Please sign in to comment.