Skip to content

Commit

Permalink
fix: add task to list all dependencies (airbytehq#18304)
Browse files Browse the repository at this point in the history
* fix: add task to list all dependencies

* fix: remove newline
  • Loading branch information
Conor authored Oct 24, 2022
1 parent 2a2639a commit 74defd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ allprojects {
// Java projects common configurations
subprojects { subproj ->


configurations {
runtimeClasspath
}


// Common Docker Configuration:
// If subprojects have the dockerImageName property configured in their gradle.properties file,
// register:
Expand Down Expand Up @@ -508,6 +514,7 @@ subprojects {
licenseTask.dependsOn generateFilesTask
}
}
task listAllDependencies(type: DependencyReportTask) {}
}

task('generate-docker') {
Expand Down

0 comments on commit 74defd1

Please sign in to comment.