We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f5531 commit ad0aeaaCopy full SHA for ad0aeaa
build.gradle
@@ -12,6 +12,7 @@ buildscript {
12
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0'
13
classpath 'com.netflix.nebula:nebula-project-plugin:3.4.0'
14
classpath 'io.spring.gradle:dependency-lock:0.2.0'
15
+ classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.3"
16
}
17
18
configurations.classpath.resolutionStrategy.cacheDynamicVersionsFor 0, 'minutes'
@@ -21,6 +22,7 @@ apply plugin: 'io.spring.release'
21
22
23
allprojects {
24
apply plugin: 'io.spring.license'
25
+ apply plugin: 'com.dorongold.task-tree'
26
27
afterEvaluate { project ->
28
println "I'm building $project.name with version $project.version"
0 commit comments