Alex Semin

Results 80 comments of Alex Semin

Clean solution seems to be too involved at the time and required mostly for the Gradle tests themselves. In order to avoid unexpected crashes of tests we now ignore progress...

Following the suggestion by @bamboo this was reimplemented with a new generic provider that carries a side effect. The changes ended up to be cross-cutting through the whole `Provider` infrastructure,...

This PR is going to be split into multiple independent ones and then closed. Here is the list of the PRs: - https://github.com/gradle/gradle/pull/21619 - https://github.com/gradle/gradle/pull/21629 - https://github.com/gradle/gradle/pull/21689

The work was finished in the PRs mentioned in the previous comment.

Closed in favor of the PR for `release` #21535

I believe this is an essential part of the plugin functionality and it should be supported. Even for the case of SQLite the connection should be closed properly when it's...