We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a28f1 commit 569b807Copy full SHA for 569b807
.github/workflows/analysis.yml
@@ -79,6 +79,7 @@ jobs:
79
echo "org.gradle.jvmargs=-Xmx5g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g"
80
echo "org.gradle.configureondemand=true"
81
echo "org.gradle.parallel=false"
82
+ echo "org.gradle.logging.level=debug"
83
echo "org.gradle.configuration-cache=false"
84
echo "kapt.incremental.apt=true"
85
} > "$HOME/.gradle/gradle.properties"
0 commit comments