Skip to content

Commit

Permalink
add task tree plugin (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Oct 12, 2020
1 parent f277d4d commit e6ef6a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ plugins {
id(Plugins.detekt) version Libs.Detekt.version
kotlin("jvm")
id(Plugins.dokka) version Versions.dokka
id(Plugins.taskTree) version Versions.taskTree
base
}

Expand Down
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ object Plugins {
const val kotlinAndroidExtensions = "kotlin-android-extensions"

const val mavenPublish = "com.vanniktech.maven.publish"
const val taskTree = "com.dorongold.task-tree"
}

object Versions {
Expand All @@ -55,6 +56,7 @@ object Versions {
const val kotlin = "1.4.10"
const val mavenPublish = "0.13.0"

const val taskTree = "1.5"
const val versionName = "1.0.0-beta04"
}

Expand Down

0 comments on commit e6ef6a1

Please sign in to comment.