You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.<init>(DependencyTracker.kt:38)`
org.gradle.api.InvalidUserCodeException: Project ':' cannot access 'Project.configurations' functionality on subprojects
at org.gradle.api.internal.project.MutableStateAccessAwareProject.getConfigurations(MutableStateAccessAwareProject.java:111)
at com.dropbox.affectedmoduledetector.DependencyTracker.<init>(DependencyTracker.kt:38)
at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin.filterAndroidTests(AffectedModuleDetectorPlugin.kt:229)
at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin.access$filterAndroidTests(AffectedModuleDetectorPlugin.kt:39)
at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin$apply$2.invoke(AffectedModuleDetectorPlugin.kt:56)
at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin$apply$2.invoke(AffectedModuleDetectorPlugin.kt:54)
at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin.apply$lambda$1(AffectedModuleDetectorPlugin.kt:54)
at java.base/java.lang.Thread.run(Thread.java:840)
version: 0.5.0
Would be cool if this could work with PI. Can anyone tell me if this is even possible?
Stacktrace: