summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2020-03-16bug: Fix Gradle build on WindowsFabian Mastenbroek
This change adds a workaround for the Windows build where Gradle fails to compile the Kotlin code in `buildSrc` due to CRLF line endings. See https://github.com/gradle/gradle/issues/12248
2019-11-21chore: Add .gitattributes for Gradle wrapperFabian Mastenbroek
This change ensures that the batch file for invoking the Gradle wrapper is treated as a file with Windows line endings.