I have several classes from xsd schemas with Russian fields, methods. When building Gradle, I get this error
error: cannot find symbol protected FNSVipULResponse.СвЮЛ.СвСтатус.СвСтатус свСтатус;
How can this be solved?
compileJava.options.encoding = 'UTF-8' tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
and
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
It doesn't help