Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-7356

Add gradle task for dependency listing

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • build, packaging
    • None

    Description

      I needed to examine the dependency list to confirm/deny use of a specific dependency. Running gradle -q dependencies in the root directory only lists the rat dependencies. Adding a custom section to build.gradle allows for a complete listing of the dependencies from the command line.

      subprojects {
          task allDeps(type: DependencyReportTask) {}
      }
      

      To invoke: gradle allDeps

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              alopresto Andy LoPresto
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: