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

Removed unnecessary check for mono in XbuildResolver constructor #44

Closed akbertram closed 9 years ago

akbertram commented 9 years ago

This check will not even allow a gradle project to complete the configuration phase.

This is particularly problematic for mutli-module projects where only a single module might require xbuild/msbuild and java developers are unable to run gradle without install mono.