File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515 maven(url = " https://jitpack.io" )
1616 }
1717 dependencies {
18- classpath(" com.github.klee0kai:tasktree:0.0.6 " )
18+ classpath(" com.github.klee0kai:tasktree:0.0.7 " )
1919 }
2020}
2121```
@@ -52,7 +52,7 @@ initscript {
5252 maven(url = " https://jitpack.io" )
5353 }
5454 dependencies {
55- classpath(" com.github.klee0kai:tasktree:0.0.6 " )
55+ classpath(" com.github.klee0kai:tasktree:0.0.7 " )
5656 }
5757}
5858
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gradlePlugin {
2121 plugins.register(" tasktree" ) {
2222 id = " tasktree"
2323 group = " com.github.klee0kai"
24- version = " 0.0.6 "
24+ version = " 0.0.7 "
2525 implementationClass = " com.github.klee0kai.tasktree.TaskTreePlugin"
2626 displayName = " Task Tree"
2727 description = " Print gradle build dependencies graph"
You can’t perform that action at this time.
0 commit comments