Update task-tree dependency (#1452)

see https://b.corp.google.com/issues/208629747 for details; this brings
in an old Gradle version as a transitive dependency

Version 2.x of the task-tree plugin uses Gradle 6.8 (or higher)
This commit is contained in:
gbrodman 2021-12-07 17:03:46 -05:00 committed by GitHub
parent fda963e00b
commit 0a31e6e71c
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ plugins {
id 'com.diffplug.gradle.spotless' version '3.25.0' id 'com.diffplug.gradle.spotless' version '3.25.0'
id 'jacoco' id 'jacoco'
id 'com.dorongold.task-tree' version '1.5' id 'com.dorongold.task-tree' version '2.1.0'
} }
node { node {

View file

@ -8,7 +8,8 @@ com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin:3.25.0
com.diffplug.spotless:spotless-lib-extra:1.25.0 com.diffplug.spotless:spotless-lib-extra:1.25.0
com.diffplug.spotless:spotless-lib:1.25.0 com.diffplug.spotless:spotless-lib:1.25.0
com.diffplug.spotless:spotless-plugin-gradle:3.25.0 com.diffplug.spotless:spotless-plugin-gradle:3.25.0
com.dorongold.task-tree:com.dorongold.task-tree.gradle.plugin:1.5 com.dorongold.plugins:task-tree:2.1.0
com.dorongold.task-tree:com.dorongold.task-tree.gradle.plugin:2.1.0
com.github.jengelman.gradle.plugins:shadow:5.1.0 com.github.jengelman.gradle.plugins:shadow:5.1.0
com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:5.1.0 com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:5.1.0
com.github.node-gradle.node:com.github.node-gradle.node.gradle.plugin:3.0.1 com.github.node-gradle.node:com.github.node-gradle.node.gradle.plugin:3.0.1
@ -30,7 +31,6 @@ com.netflix.nebula:gradle-lint-plugin:16.0.2
com.netflix.nebula:nebula-gradle-interop:1.0.11 com.netflix.nebula:nebula-gradle-interop:1.0.11
commons-io:commons-io:2.6 commons-io:commons-io:2.6
commons-lang:commons-lang:2.6 commons-lang:commons-lang:2.6
gradle.plugin.com.dorongold.plugins:task-tree:1.5
javax.inject:javax.inject:1 javax.inject:javax.inject:1
junit:junit:4.12 junit:junit:4.12
nebula.lint:nebula.lint.gradle.plugin:16.0.2 nebula.lint:nebula.lint.gradle.plugin:16.0.2