Skip to content

Commit 8e82ab7

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #664 from modelix/remove-tasktree
build: remove plugin com.dorongold.task-tree
2 parents 2770c63 + 772f514 commit 8e82ab7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ plugins {
4141
alias(libs.plugins.kotlin.serialization) apply false
4242
alias(libs.plugins.gitVersion)
4343
alias(libs.plugins.spotless) apply false
44-
alias(libs.plugins.tasktree)
4544
alias(libs.plugins.dokka)
4645
alias(libs.plugins.node) apply false
4746
alias(libs.plugins.detekt) apply false

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
1313
gitVersion = { id = "com.palantir.git-version", version = "3.0.0" }
1414
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.0" }
1515
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
16-
tasktree = { id = "com.dorongold.task-tree", version = "2.1.1" }
1716
modelix-mps-buildtools = { id = "org.modelix.mps.build-tools", version.ref = "modelixBuildtools" }
1817
dokka = {id = "org.jetbrains.dokka", version.ref = "dokka"}
1918
node = {id = "com.github.node-gradle.node", version = "7.0.2"}

0 commit comments

Comments
 (0)