Unable to execute gradle msbuild task
Closed this issue · 1 comments
sreesake commented
I am running gradle 6.4.1 and trying to use older version 2.9 of gradle-msbuild-plugin. It's a limitation due to corporate firewall.
When I execute gradle msbuild, I keep having error saying
Cannot cast object 'null (Output)' with class 'org.gradle.api.internal.tasks.DefaultTaskOutputFilePropertyRegistration' to class 'org.gradle.api.tasks.TaskOutputs'
My build.gradle file is barebones with just repo info and solution filename, targets and destinationDir in msbuild config section.