Skip to content

Commit

Permalink
build: expand build group cleanup to tasks added by Kotlin plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Dec 11, 2024
1 parent 028bdde commit 2eb54a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/kotlin/org.hiero.gradle.base.lifecycle.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ afterEvaluate {
if (this is Test) {
group = "build"
}
// added by Kotlin if used
if (name in listOf("buildKotlinToolingMetadata", "kotlinSourcesJar")) {
group = null
}
}
}

0 comments on commit 2eb54a7

Please sign in to comment.