AffectedModuleDetector
AffectedModuleDetector copied to clipboard
A Gradle Plugin to determine which modules were affected by a set of files in a commit.
Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.4.2 to 12.1.2. [](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...
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 4.1.0 to 5.4.0. Release notes Sourced from org.mockito.kotlin:mockito-kotlin's releases. 5.4.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.4.0 2024-07-09 - 2 commit(s) by Lars Added value class...
## Git Submodule Support This feature automatically detects git submodules by parsing the `.gitmodules` file in the project root. When a submodule pointer changes (i.e., the submodule is updated to...
Bumps com.android.tools.build:gradle from 8.13.0 to 8.13.2. [](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...
Im receiving an error when using gradle 9.2 ```kotlin org.gradle.api.internal.tasks.DefaultTaskContainer$TaskCreationException: Could not create task ':runAffectedAndroidTests'. at org.gradle.api.internal.tasks.DefaultTaskContainer.taskCreationException(DefaultTaskContainer.java:750) at org.gradle.api.internal.tasks.DefaultTaskContainer.access$600(DefaultTaskContainer.java:75) at org.gradle.api.internal.tasks.DefaultTaskContainer$TaskCreatingProvider.domainObjectCreationException(DefaultTaskContainer.java:742) ..... Caused by: java.lang.NoSuchMethodError: 'org.gradle.api.Project org.gradle.api.artifacts.ProjectDependency.getDependencyProject()' at com.dropbox.affectedmoduledetector.DependencyTracker$dependentList$2.invoke(DependencyTracker.kt:49) at...
Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.34.0 to 0.35.0. Release notes Sourced from com.vanniktech:gradle-maven-publish-plugin's releases. 0.35.0 Add support for publishing Kotlin Multiplatform libraries that use com.android.kotlin.multiplatform.library. Add support for validating deployments to Central...
Bumps org.jlleitschuh.gradle:ktlint-gradle from 13.1.0 to 14.0.1. [](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...
Bumps `kotlin_version` from 2.2.10 to 2.2.21. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.21 Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 2.2.21 Changelog Backend. Wasm KT-81372 K/Wasm: JsException: Exception was thrown while...
Bumps [org.jacoco:org.jacoco.core](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14. Release notes Sourced from org.jacoco:org.jacoco.core's releases. 0.8.14 New Features JaCoCo now officially supports Java 25 (GitHub #1950). Experimental support for Java 26 class files...
Introduced a new VCS abstraction and configuration to support projects using non-git VCS