mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
build.gradle: Specify source encodings.
This commit is contained in:
@@ -23,6 +23,8 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
|
||||
protobuf {
|
||||
generatedFilesBaseDir = new File(projectDir, '/src') // workaround for '$projectDir/src'
|
||||
|
||||
Reference in New Issue
Block a user