Fixed gradle.properties for CI

This commit is contained in:
Nite 2020-06-13 22:32:32 +02:00
parent de7eaef668
commit 92b0bb4742
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
key: gradle-cache-{{ checksum "dependencies.gradle" }}
- run:
name: clean gradle.properties
command: echo "" > gradle.properties
command: echo -e "android.useAndroidX=true\nandroid.enableJetifier=true\n" > gradle.properties
- run:
name: checkstyle
command: ./gradlew -Pqc ktlintCheck