[GRADLE-315] archivesBaseName does not return the project name as default when the project name has been modified. Created: 27/Nov/08 Updated: 04/Jan/13 Resolved: 04/Dec/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.5 |
Type: | Bug | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Won't Fix | Votes: | 0 |
Comments |
Comment by Hans Dockter [ 04/Dec/08 ] |
The name of the project is an immutable property. If the project should have a different name than its folder you have to declare this in the settings.gradle file before the projects are created. See chapter 13.3.3 in the user's guide. What we have changed in 0.5 is that now an exception is thrown if you want to change the name of a project within the build script. |