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

Fix projectParser.name not existing #58

Closed adescamps-ullink closed 8 years ago

adescamps-ullink commented 8 years ago

Json format has changed. Before, we had

{ "Compile": [

and now

{ "project-name": { "Compile": [

so projectParser.name could not works