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

Not compatible with 32-bit windows 7 #67

Closed avgjoe77 closed 8 years ago

avgjoe77 commented 8 years ago

Currently, using 2.9, the msbuild plugin fails with the following, only on 32-bit windows:

:msbuild FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':msbuild'.
> Cannot invoke method sort() on null object

This comes from missing safe navigation in MsbuildResolver.groovy:38. That was easy enough to fix.

avgjoe77 commented 8 years ago

I would be happy to create a PR for this.

avgjoe77 commented 8 years ago

Nevermind. Although, I still see the issue in MsbuildResolver, this appears to be fixed in 2.14 elsewhere. I'll just close this.