Add string concat and UTF-8 options from allwpilib (#48)
This commit is contained in:
parent
20364e3fd3
commit
2ee0e066e0
@ -65,6 +65,11 @@ if (project.hasProperty('onlylinuxathena') || project.hasProperty('onlylinuxarm3
|
||||
test.enabled = false
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs.add '-XDstringConcat=inline'
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
// Setup Javadocs to link back to WPILib docs
|
||||
javadoc {
|
||||
options {
|
||||
|
Loading…
Reference in New Issue
Block a user