Started convertion for vertical data

This commit is contained in:
Leonardo
2021-09-10 01:05:12 +02:00
parent 878714dae3
commit 21140593e2
19 changed files with 503 additions and 202 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ compileJava {
// release 8 is needed because otherwise FloatBuffer.flip() will crash
// on some machines
// example thread: https://github.com/eclipse/jetty.project/issues/3244
options.compilerArgs.addAll(['--release', '8', '-Xlint:unchecked', '-Xlint:deprecation'])
options.compilerArgs.addAll(['-Xlint:unchecked', '-Xlint:deprecation'])
}
println('Java: ' + System.getProperty('java.version') + ' JVM: ' + System.getProperty('java.vm.version') + '(' + System.getProperty('java.vendor') + ') Arch: ' + System.getProperty('os.arch'))