https://kotlinlang.org logo
Title
j

jmfayard

11/30/2018, 5:36 AM
My favorite part from the Gradle webinar yersterday: ( https://gradle.org/training/ ) Jenn or Eric do a demonstration of the Gradle build scan report. And I'm like - That tab
Performance > Build Cache
looks interesting! - Oh where is it, I don't see it? - Let me check the
Switches
page - Oh, the build cache was not enabled! - Oh and there is a link that gives me the one-liner on how to enable it -
$ ./gradlew clean install
for a project of mine now takes 6s instead of 25s!! Links to the
Performance
tabs: https://scans.gradle.com/s/vrcqv44wk7sok/performance/buildCache Re: @christophsturm Note that I enabled the buildScan plugin by default, see comment
👍 2
c

christophsturm

11/30/2018, 8:27 AM
where do you see those tabs?
j

jmfayard

11/30/2018, 9:08 AM
I added a link. I added the configuration to always publish the build scan, because it's great for so many things! https://github.com/jmfayard/android-kotlin-magellan/blob/27363fb3b3f619a92ff8478e8355fee4b09c2979/build.gradle.kts#L79-L83