Itiviti / gradle-msbuild-plugin

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

Fix #124 - set annotation for MSBuild tasks #125

Closed PedroWitzel closed 3 years ago

PedroWitzel commented 3 years ago

I've set all inputs as optional for a lesser impact since the plugin is deprecated, but it allows people to use it with new gradle versions.

ngyukman commented 3 years ago

Thanks for your help!