Skip to content

Commit

Permalink
FDP-2665 ~ Adds description to task
Browse files Browse the repository at this point in the history
Signed-off-by: Sander van der Heijden <[email protected]>
  • Loading branch information
smvdheijden committed Oct 3, 2024
1 parent 1933509 commit 2174b84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ subprojects {
}
}

tasks.register<DependencyReportTask>("dependenciesAll"){ group = "help" }
tasks.register<DependencyReportTask>("dependenciesAll"){
description = "Displays all dependencies declared in all sub projects"
group = "help"
}

tasks.withType<Test> {
useJUnitPlatform()
Expand Down

0 comments on commit 2174b84

Please sign in to comment.