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

Remove the unnecessary project path check from build.gradle

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 4.0.0
    • None
    • None

    Description

      https://github.com/apache/kafka/blob/trunk/build.gradle#L132
      ```
      if (!project.path.startsWith(":connect") && !project.path.startsWith(":storage"))
      options.compilerArgs << "-Xlint:-rawtypes"
      ```
      in the block the project path is not initialized, so it is always empty.

      Attachments

        Issue Links

          Activity

            People

              lansg Nick Guo
              chia7712 Chia-Ping Tsai
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: