Commit bc28fdac authored by Matt Sicker's avatar Matt Sicker
Browse files

Specify jenkins windows file encoding as utf-8 for consistency with ubuntu build

parent 079f09ef
Showing with 1 addition and 1 deletion
+1 -1
......@@ -48,7 +48,7 @@ pipeline {
maven 'Maven 3 (latest)'
}
steps {
bat 'mvn -t toolchains-jenkins-win.xml -V install'
bat 'mvn -t toolchains-jenkins-win.xml -V -Dfile.encoding=UTF-8 install'
}
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment