AffectedModuleDetector icon indicating copy to clipboard operation
AffectedModuleDetector copied to clipboard

A Gradle Plugin to determine which modules were affected by a set of files in a commit.

Results 62 AffectedModuleDetector issues
Sort by recently updated
recently updated
newest added

Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.19.0 to 0.25.2. Release notes Sourced from com.vanniktech:gradle-maven-publish-plugin's releases. 0.25.2 Fix javadoc jar being empty when using dokka. 0.25.1 Fix snapshot publishing being broken. 0.25.0 The createStagingRepository...

dependencies

When No projects are changed and no unknown files are detected the plugin builds all projects. in some cases e.g. change in ignored files it would be nice to be...

Hello 👋 I found your plugin very interesting and I want to use it in my company's project. But before this would happen, I must be sure that it is...

## Issue: Error Running `assembleAffectedAndroidTests` Command ### Version 0.3.1 ### Command Run ```sh ./gradlew assembleAffectedAndroidTests -Paffected_module_detector.enable --stacktrace ``` ### Result ```sh Could not evaluate onlyIf predicate for task ':assembleAffectedAndroidTests'. >...

Thanks for the great plugin! While going through the ReadMe, i felt few terms were confusing - Inconsistent wording of modules/projects (both are same in gradle multi-module) - Changed Projects:...

- Added logic to exclude ignored files from triggering all build - Updated tests

Fixes #258. Adds a new configuration option to allow the consumer to provision of a `Predicate` instance to customize what `Configuration` instances should be considered when building the dependency graph....

In our project, some Configuration instances represent references to the top of the project and are applied by convention plugin to all project modules. When building the dependency graph, the...

Hi, I have an issue with this lib. Version used - 0.5.0 On file change, and running the gradle command, lib can't properly map the changed files and adds them...