Fixed utf encoding in meta reader and writer

This commit is contained in:
Alexander Nozik 2016-11-19 10:25:29 +03:00
parent b47e5d91a9
commit 1da940791c

View File

@ -10,6 +10,7 @@ version = "0.3.5"
description = "The viewer for numass data"
configurations {
compile.exclude module: 'groovy-all'
compile.exclude module: 'groovy'
compile.exclude module: 'fontawesomefx'
compile.exclude module: 'httpclient'