focus icon indicating copy to clipboard operation
focus copied to clipboard

A Gradle plugin that helps you speed up builds by excluding unnecessary modules.

Results 14 focus issues
Sort by recently updated
recently updated
newest added

Plugin works great! But when trigger _clean_ or _rebuild_ (from Android Studio), all build directories will be removed. So generated `focus.settings.gradle` will be deleted and project will be broken (_.focus_...

When I'm focused to module A and add (or merge) new module B to settings-all.gradle, gradle doesn't know module B when gradle sync and I have to call focus task...

I was trying to use focus for my project, but I was not able to set it up properly for the following reasons: - Documentation is unclear: There is a...

Project isolation is coming down the pipeline in Gradle and adds new limitations https://gradle.github.io/configuration-cache/#status_as_of_gradle_8_5 The problematic line is use of `subprojects` here: https://github.com/dropbox/focus/blob/main/focus-gradle-plugin/src/main/kotlin/com/dropbox/focus/FocusPlugin.kt#L71 This is part of a larger issue...

We're trying to use this plugin in a large repo. However, when the focus is applied, it generates a `.focus` file and `focus.settings.gradle` which appears to have all of the...

We recently migrated from `buildSrc` to convention plugins which are being pulled in as an `includeBuild` in our `settings.gradle`. Currently, I only have our app module in `settings-all.gradle` and the...

hello, please tell me when the new version will be released?