Possibly incorrect quoting logic for system properties passed to gradle cli

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Possibly incorrect quoting logic for system properties passed to gradle cli.

      The problem resides in this property format:

      -Dproperty=renaming XYZ >> 'xyz'

      which the gradle plugin translates it to:

       

      '-Dproperty="renaming XYZ >> 'xyz'"'
      

      In Jenkins parameters:

       

      property renaming XYZ >> 'xyz'

      With the help of a gradle team member - wolfs - he marked the code snippet in the gradle-plugin project that may cause this issue.

      I previously opened an issue in the gradle project. You can hace a look on the conversation, as the problem is well demonstrated there.

       

       

            Assignee:
            Stefan Wolf
            Reporter:
            spac3hit
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: