When using gradlew, root build script field is not used to locate gradlew

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

XMLWordPrintable

      It seems "root build script" is not really well taken when using gradlew.

      For instance, I have a git repository having a foo/build.gradle script.
      I then set "root build script" to "${WORKSPACE}/foo/"

      I would like to execute :

      $\{WORKSPACE\}/foo/gradlew 
      

      But for now, it is some sort of :

      $\{WORKSPACE\}/gradlew -p $\{WORKSPACE\}/foo
      

      I think we should define gradlew location (relative to checked out root repository) because for the moment, the only way to workaround the problem is to put gradlew in the root scm hierarchy

            Assignee:
            Gregory Boissinot
            Reporter:
            Frédéric Camblor
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: