Skip to content

Commit ad0aeaa

Browse files
author
Jon Schneider
committed
Add task tree plugin
1 parent 69f5531 commit ad0aeaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ buildscript {
1212
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0'
1313
classpath 'com.netflix.nebula:nebula-project-plugin:3.4.0'
1414
classpath 'io.spring.gradle:dependency-lock:0.2.0'
15+
classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.3"
1516
}
1617

1718
configurations.classpath.resolutionStrategy.cacheDynamicVersionsFor 0, 'minutes'
@@ -21,6 +22,7 @@ apply plugin: 'io.spring.release'
2122

2223
allprojects {
2324
apply plugin: 'io.spring.license'
25+
apply plugin: 'com.dorongold.task-tree'
2426

2527
afterEvaluate { project ->
2628
println "I'm building $project.name with version $project.version"

0 commit comments

Comments
 (0)