We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07ec79 commit e048c13Copy full SHA for e048c13
build.gradle
@@ -32,7 +32,7 @@ plugins {
32
// adds gradle tasks 'tiTree' (print a task dependency graph), 'tiOrder' (display the execution queue),
33
// 'tiJson' (export as a JSON file), see https://gitlab.com/barfuin/gradle-taskinfo
34
// they need cmdline parameter, e.g. gradlew tiTree assembleBasicDebug
35
- id 'org.barfuin.gradle.taskinfo' version '2.0.0'
+ id 'org.barfuin.gradle.taskinfo' version '2.1.0'
36
}
37
38
/*
0 commit comments