mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-21 06:00:42 +01:00
Be more selective with the configuration of gradle.properties in CI
This commit is contained in:
parent
ab4c2c1bbe
commit
b0b03c0fe0
@ -14,8 +14,10 @@ jobs:
|
|||||||
- v1-ultrasonic-{{ .Branch }}
|
- v1-ultrasonic-{{ .Branch }}
|
||||||
- v1-ultrasonic
|
- v1-ultrasonic
|
||||||
- run:
|
- run:
|
||||||
name: clean gradle.properties
|
name: configure gradle.properties for CI building
|
||||||
command: echo -e "android.useAndroidX=true\nandroid.enableJetifier=true\norg.gradle.daemon=false\n" > gradle.properties
|
command: |
|
||||||
|
sed -i '/^org.gradle.jvmargs/d' gradle.properties
|
||||||
|
sed -i 's/^org.gradle.daemon=true/org.gradle.daemon=false/g' gradle.properties
|
||||||
- run:
|
- run:
|
||||||
name: checkstyle
|
name: checkstyle
|
||||||
command: ./gradlew -Pqc ktlintCheck
|
command: ./gradlew -Pqc ktlintCheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user