Itiviti / gradle-nuget-plugin

Executes NuGet from a gradle build
Apache License 2.0
22 stars 29 forks source link

Can't use copyright system © in nuget spec #33

Closed krische closed 8 years ago

krische commented 8 years ago

I have my build.gradle file saved in UTF-8. In my nuget spec, I'm trying to use the copyright symbol © . However, when I run the nugetPack task it blows up: Invalid byte 1 of 1-byte UTF-8 sequence.

From what I can tell, this is may be because the build/tmp/nugetSpec/project.spec file is saved in ASCII format, and not UTF-8 format.