I'm running the build on Windows and getting autostyle failures. I'm
using cygwin but otherwise it is a standard build. What am I doing
wrong?

$ java -version
java version "13.0.2" 2020-01-14
$ git clone https://github.com/apache/calcite.git
$ cd calcite
$ ./gradlew build
Execution failed for task ':buildSrc:buildext:autostyleKotlinCheck'.
> The following files have format violations:
  
subprojects\buildext\src\main\kotlin\org\apache\calcite\buildtools\buildext\BuildExtPlugin.kt

Autostyle seems to expect \n at the ends of lines and get \r\n, or vice versa.

Julian

Reply via email to