Skip to content

Commit

Permalink
Bump com.dorongold.plugins:task-tree (#174)
Browse files Browse the repository at this point in the history
Bumps com.dorongold.plugins:task-tree from 3.0.0 to 4.0.0.

---
updated-dependencies:
- dependency-name: com.dorongold.plugins:task-tree
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 15, 2024
1 parent fa525b5 commit eeced80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/standard_jetbrains_plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
classpath 'org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.17.3'
classpath 'org.jetbrains.changelog:org.jetbrains.changelog.gradle.plugin:2.1.0'
classpath 'org.jetbrains.qodana:gradle-qodana-plugin:0.1.13'
classpath 'com.dorongold.plugins:task-tree:3.0.0' // provides `taskTree` task (e.g. `./gradlew build taskTree`; docs: https://github.com/dorongold/gradle-task-tree)
classpath 'com.dorongold.plugins:task-tree:4.0.0' // provides `taskTree` task (e.g. `./gradlew build taskTree`; docs: https://github.com/dorongold/gradle-task-tree)
}
}

Expand Down

0 comments on commit eeced80

Please sign in to comment.