-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
git status
On branch develop
Your branch is up to date with 'origin/develop'.
nothing to commit, working tree clean
my configuration
affectedModuleDetector {
baseDir = "${project.rootDir}"
pathsAffectingAllModules = setOf("gradle/libs.versions.toml")
logFilename = "output.log"
logFolder = "${rootProject.buildDir}/affectedModuleDetector"
specifiedBranch = "develop"
compareFrom = "SpecifiedBranchCommit" // default is PreviousCommit
}
./gradlew runAffectedUnitTests -Paffected_module_detector.enable
runs all tests
I am using org.gradle.parallel=true. is this a problem?
How to reproduce: please clone repo: https://github.com/xmlking/micro-apps and run above command.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels