Skip to content

Commit

Permalink
Add task tree plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Schneider committed May 9, 2018
1 parent 69f5531 commit ad0aeaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0'
classpath 'com.netflix.nebula:nebula-project-plugin:3.4.0'
classpath 'io.spring.gradle:dependency-lock:0.2.0'
classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.3"
}

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

allprojects {
apply plugin: 'io.spring.license'
apply plugin: 'com.dorongold.task-tree'

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

0 comments on commit ad0aeaa

Please sign in to comment.