Skip to content

Commit 3d785c8

Browse files
Attempt to patch mvnStage
1 parent 0501037 commit 3d785c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-smoke-tests/springboot-openliberty-23/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def mvnwCommand = isWindows ? 'mvnw.cmd' : 'mvnw'
1515
tasks.register('mvnStage', Exec) {
1616
workingDir("$appDir")
1717
environment += [
18-
"MAVEN_OPTS": "-Xmx512M",
18+
"MAVEN_OPTS": "-Xmx512M -Dfile.encoding=UTF-8",
1919
"JAVA_HOME": getLazyJavaHomeFor(8)
2020
]
2121

0 commit comments

Comments
 (0)