[GRADLE-3570] Model reference $. syntax does not work in project scope Created: 29/Sep/16 Updated: 12/Dec/16 Resolved: 12/Dec/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Paul Merlin | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 1 |
Description |
Take the simple example from the variant docs1 model { tasks { buildAllExecutables(Task) { dependsOn $.binaries.findAll { it.buildable } } } } This works just fine. Now embed the same code within a multi-project, single build script situation i.e. project(':bob') { // <-- this bit's new model { tasks { buildAllExecutables(Task) { dependsOn $.binaries.findAll { it.buildable } } } } } // <-- this bit's new and you get the error:
build file 'test.gradle': 12: Invalid variable name. Must include a letter but only found: $. At [12:23] @ line 12, column 23.
dependsOn $.binaries.findAll { it.buildable }
Reported on the forum: https://discuss.gradle.org/t/syntax-within-project-scope/19771 |
Comments |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by David Falkinder [ 01/Dec/16 ] |
Would like to ensure this issue is migrated over to github and followed up. |
Comment by Benjamin Muschko [ 07/Dec/16 ] |
@David Would you mind helping us out with the creation of the issue on GitHub? |
Comment by David Falkinder [ 12/Dec/16 ] |
Comment by Benjamin Muschko [ 12/Dec/16 ] |
@David Thanks for creating the issue! |