Hi Vladimir, It works. FYI, it wasn't setting core.autocrlf to true that made the difference, but unsetting core.eol.
Thanks On Wed, Nov 20, 2019 at 7:41 PM Vladimir Sitnikov < [email protected]> wrote: > >I started with *core.autocrlf true* > > Please ensure you are using core.autocrlf true, checkout the repository > from scratch, and retry. > It does work on my machine. It does work in GitHub Actions / Windows, it > does work at AppVeyor. > > C:\temp>git config --get core.autocrlf > true > > C:\temp>git config --get core.eol > > C:\temp>git clone --depth 100 https://github.com/apache/calcite.git > calcite-tmp <https://github.com/apache/calcite.gitcalcite-tmp> > Cloning into 'calcite-tmp'... > > C:\temp>cd calcite-tmp > > C:\temp\calcite-tmp>gradlew :core:versionClass :core:spotlessCheck > ... > > > Configure project : > Building Apache Calcite 1.22.0-SNAPSHOT > ... > BUILD SUCCESSFUL > 3 actionable tasks: 3 executed > > Vladimir > -- [image: Sisense] <https://www.sisense.com/?source=xink&utm_source=xink&utm_medium=email&utm_campaign=emailsignature2018> *Amir Gajst* Software Engineer +972-54-4766239 amir.gajst [image: Instagram] <https://www.instagram.com/sisense/> [image: LinkedIn] <https://www.linkedin.com/company/sisense> [image: Facebook] <https://www.facebook.com/Sisense> [image: Twitter] <https://twitter.com/Sisense> <https://t.xink.io/Tracking/Index/jtIBAPDBAADdv0QA0>
