mirror of
https://github.com/google/nomulus.git
synced 2025-07-04 18:23:26 +02:00
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:
parent
fda963e00b
commit
0a31e6e71c
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ plugins {
|
|||
id 'com.diffplug.gradle.spotless' version '3.25.0'
|
||||
|
||||
id 'jacoco'
|
||||
id 'com.dorongold.task-tree' version '1.5'
|
||||
id 'com.dorongold.task-tree' version '2.1.0'
|
||||
}
|
||||
|
||||
node {
|
||||
|
|
|
@ -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:1.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.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
|
||||
|
@ -30,7 +31,6 @@ com.netflix.nebula:gradle-lint-plugin:16.0.2
|
|||
com.netflix.nebula:nebula-gradle-interop:1.0.11
|
||||
commons-io:commons-io:2.6
|
||||
commons-lang:commons-lang:2.6
|
||||
gradle.plugin.com.dorongold.plugins:task-tree:1.5
|
||||
javax.inject:javax.inject:1
|
||||
junit:junit:4.12
|
||||
nebula.lint:nebula.lint.gradle.plugin:16.0.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue