[GRADLE-3582] Gradle wrapper fails to escape arguments with nested quotes Created: 18/Nov/16 Updated: 23/Nov/16 Resolved: 18/Nov/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 3.2 |
Fix Version/s: | 3.2.1-rc-1, 3.2.1 |
Type: | Bug | ||
Reporter: | Eric Wendelin | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Known Issue Of: |
Description |
When passed an argument with nested quotes, such as `'-DFOO="bar < baz"'`, the Unix Gradle wrapper script from version 3.2 fails because it tries to pipe input from the `baz` file - the argument is not correctly escaped. Expected Behavior Current Behavior Context Steps to Reproduce (for bugs)
Your Environment
|
Comments |
Comment by Eric Wendelin [ 18/Nov/16 ] |
Resolved by https://github.com/gradle/gradle/commit/a171b72b0973ace7b1f9c17551654c0de1ca49e2 |