summaryrefslogtreecommitdiff
path: root/gradlew.bat
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-05-13chore: Update to Gradle 5.1Fabian Mastenbroek
This change updates the Gradle wrapper that is shipped with the repository to version 5.1.
2017-07-22Add Gradle configuration for KotlinFabian Mastenbroek
This change adds a Gradle build file to the repository, which will build the Kotlin project.