Skip to content

Commit

Permalink
Merge pull request #664 from modelix/remove-tasktree
Browse files Browse the repository at this point in the history
build: remove plugin com.dorongold.task-tree
  • Loading branch information
odzhychko authored Apr 3, 2024
2 parents 2770c63 + 772f514 commit 8e82ab7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ plugins {
alias(libs.plugins.kotlin.serialization) apply false
alias(libs.plugins.gitVersion)
alias(libs.plugins.spotless) apply false
alias(libs.plugins.tasktree)
alias(libs.plugins.dokka)
alias(libs.plugins.node) apply false
alias(libs.plugins.detekt) apply false
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
gitVersion = { id = "com.palantir.git-version", version = "3.0.0" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.0" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
tasktree = { id = "com.dorongold.task-tree", version = "2.1.1" }
modelix-mps-buildtools = { id = "org.modelix.mps.build-tools", version.ref = "modelixBuildtools" }
dokka = {id = "org.jetbrains.dokka", version.ref = "dokka"}
node = {id = "com.github.node-gradle.node", version = "7.0.2"}
Expand Down

0 comments on commit 8e82ab7

Please sign in to comment.