This commit is contained in:
tzugen 2022-04-06 09:18:14 +02:00
parent 1b193771b6
commit 9abb82df7f
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
command: |
sed -i '/^org.gradle.jvmargs/d' gradle.properties
sed -i 's/^org.gradle.daemon=true/org.gradle.daemon=false/g' gradle.properties
echo "
echo "org.gradle.jvmargs=-Xmx6400m -XX:MaxMetaspaceSize=1g -verbose:gc -Xlog:gc*" >> gradle.properties
- run:
name: checkstyle
command: ./gradlew -Pqc ktlintCheck