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

I'm using Apollo GraphQL in a big project with lots of submodules. In order to improve build times it's suggested to use bidirectional dependencies: https://www.apollographql.com/docs/kotlin/advanced/multi-modules#auto-detection-of-used-types. In result AffectedModuleDetector sees a...

# Add Support for Explicit Parent Branch in ForkCommit ## Problem When running in CI environments where repositories are cloned with detached HEAD (common in PR builds), the `ForkCommit` provider's...

Didn't see any issues around this so figured I'd file one. I believe KMP is not currently supported by the plugin. From testing when making a change to commonMain tests...

version: 0.5.0 Would be cool if this could work with PI. Can anyone tell me if this is even possible? Stacktrace: ``` Exception at `com.dropbox.affectedmoduledetector.DependencyTracker.(DependencyTracker.kt:38)` org.gradle.api.InvalidUserCodeException: Project ':' cannot access...

Hi @joshafeinberg, just following up from https://github.com/dropbox/AffectedModuleDetector/issues/205. After upgrading to the version 0.5.0, I noticed that the plugin throws the exception below: ``` $ ./gradlew --stacktrace :MYPROJECT:changed -Paffected_module_detector.enable Type-safe project...

This update provides a way to use the basic AffectedModuleDetector task guard when leveraging the `register` api to create tasks, without needing to explicitly get the task immediately. This allows...

Bumps `kotlin_version` from 1.9.25 to 2.1.10. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.25 to 2.1.10 Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 2.1.10 Changelog Compiler KT-73858 Compose / iOS: NullPointerException on building KT-73454...

dependencies

### Summary This pull request introduces a new Gradle task, `outputAffectedModules`, that provides the paths of affected modules. The paths are output in two locations: 1. **Console Output:** ``` >...

Bumps com.android.tools.build:gradle from 8.6.1 to 8.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.6.1&new-version=8.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies