We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9188cd commit f47a996Copy full SHA for f47a996
gradle-scijava/build.gradle.kts
@@ -23,7 +23,7 @@ javaPlatform {
23
val computeCatalogAndPlatform = tasks.register<Exec>("generateCatalog") {
24
25
workingDir = projectDir.parentFile
26
- commandLine("sh", "-c", "mvn -B -f pom.xml help:effective-pom")
+ commandLine("sh", "-c", "mvn -B -Dfile.encoding=UTF-8 -f pom.xml help:effective-pom")
27
standardOutput = ByteArrayOutputStream()
28
29
doLast {
0 commit comments