Nelson Osacky

Results 44 issues of Nelson Osacky

Since flow 1.0 is a major update from 0.X should we change the package name? Normally this policy is for major version upgrades, but does this also make sense for...

API

## Proposed Changes This migrates the access to the Develocity Build Cache to use Access Key based authentication instead of username and password authentication. This means that the access will...

This plugin does not support the Gradle configuration cache. Here is an example of calling external processes (like git) in a Configuration Cache compatible way: https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:requirements:external_processes To reproduce, checkout https://github.com/home-assistant/android...

This is how the Gradle Build Tool team does it: https://github.com/gradle/gradle/blob/89e17dc899403a9a95fccd271d37679234f24bbd/build-logic/profiling/src/main/kotlin/gradlebuild.buildscan.gradle.kts#L113

## :scroll: Description This PR ensures that spotless is actually running over all our files. It wasn't before and you can see this generated a massive diff. There are still...