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
Trying to run individual tests (subscpecs) from the IDE plugin fails with this exception:
Cannot locate tasks that match ':core:compileJava' as task 'compileJava' is ambiguous in project ':core'. Candidates are: 'compileDebugAndroidTestJavaWithJavac', 'compileDebugJavaWithJavac', 'compileDebugTestFixturesJavaWithJavac', 'compileDebugUnitTestJavaWithJavac', 'compileReleaseJavaWithJavac', 'compileReleaseTestFixturesJavaWithJavac', 'compileReleaseUnitTestJavaWithJavac'.
This is because the plugin tries to run an ambiguous compile action. (Andriod and Jvm at the same time)
Trying to run individual tests (subscpecs) from the IDE plugin fails with this exception:
This is because the plugin tries to run an ambiguous compile action. (Andriod and Jvm at the same time)
This issue is the result of #245
The text was updated successfully, but these errors were encountered: