gradle / build-analysis-demo

Build data analysis applications
MIT License
10 stars 7 forks source link

Ensure that build events are always released #2

Closed ldaley closed 5 years ago

ldaley commented 5 years ago

https://github.com/gradle/build-analysis/blob/57572c80d55491946cd33207d363d7372900d9b6/build-event-collectorator/src/main/kotlin/org/gradle/buildeng/analysis/consumer/BuildConsumer.kt#L52

This is going to leak on any kind of failure in processing the event. Needs to be in some kind of finally type construct.