Use proper encoding to write docs test snippets

This commit is contained in:
Yannick Welsch 2016-05-12 09:05:27 +02:00
parent 113e239e0f
commit 9fbbd73de1

View File

@ -199,7 +199,7 @@ public class RestTestsFromSnippetsTask extends SnippetsTask {
// Now setup the writer
Files.createDirectories(dest.parent)
current = dest.newPrintWriter()
current = dest.newPrintWriter('UTF-8')
}
void finishLastTest() {