Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
102 stars 57 forks source link

Could not find property 'files' on task ':msbuild'. #51

Closed ilivit closed 8 years ago

ilivit commented 8 years ago

Gradle fails to start when the projects property in assemblyInfoPatcher section of build.graddle is set to non empty array of strings. I tried to trace a problem and found that it appears at AssemblyInfoVersionPatcher (31:66), but I have no idea how to fix it.

Here is a gradle stacktrace