Skip to content

Commit a950e52

Browse files
committed
add task for showing buildscript dependencies
1 parent d85cec2 commit a950e52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@ task wrapper(type: Wrapper) {
431431
jarFile = 'gradle/wrapper/gradle-wrapper.jar'
432432
}
433433

434+
task buildscriptDependencies(type: org.gradle.api.tasks.diagnostics.DependencyReportTask) {
435+
configurations = project.buildscript.configurations
436+
}
437+
434438
apply plugin: 'net.gvmtool.sdkvendor'
435439
gvm {
436440
api = "https://vendor-dev.gvm.io"

0 commit comments

Comments
 (0)