Browse Source

Force utf-8 encoding for tests

tags/9.5.0.56709
Antoine Vinot 2 years ago
parent
commit
9fe3af792f
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      build.gradle

+ 3
- 0
build.gradle View File

@@ -123,6 +123,9 @@ subprojects {
// do not deploy to Artifactory by default
artifactoryPublish.skip = true

compileJava.options.encoding = "UTF-8"
compileTestJava.options.encoding = "UTF-8"

def testFixtureSrc = 'src/testFixtures'
if (file(testFixtureSrc).exists()) {
apply plugin: 'java-test-fixtures'

Loading…
Cancel
Save