Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

chore(deps): update dependency gradle.plugin.com.dorongold.plugins:task-tree to v1.5 #995

Merged
merged 1 commit into from Mar 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -13,7 +13,7 @@ buildscript {
classpath "net.ltgt.gradle:gradle-apt-plugin:0.10",
"com.github.jengelman.gradle.plugins:shadow:1.2.4",
"io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.8.0",
"gradle.plugin.com.dorongold.plugins:task-tree:1.3.1"
"gradle.plugin.com.dorongold.plugins:task-tree:1.5"

classpath "gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.8"
}
Expand Down