File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
main/java/com/itsaky/androidide/tooling/impl/sync
test/java/com/itsaky/androidide/tooling/impl Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ class AndroidProjectModelBuilder(initializationParams: InitializeProjectParams)
70
70
it.dontBuildAndroidTestRuntimeClasspath = true
71
71
it.dontBuildTestFixtureRuntimeClasspath = true
72
72
it.dontBuildUnitTestRuntimeClasspath = true
73
+ it.dontBuildHostTestRuntimeClasspath = emptyMap()
74
+ it.dontBuildScreenshotTestRuntimeClasspath = true
73
75
}
74
76
75
77
controller.findModel(module, ProjectSyncIssues ::class .java)?.also { syncIssues ->
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class CIOnlyToolingApiTests {
41
41
42
42
/* *
43
43
* Tests the functionality of the tooling API implementation against multiple versions of the
44
- * Android Gradle Plugin. This test runs only in the CI environment.
44
+ * Android Gradle Plugin. This test runs only in the CI environment.
45
45
*/
46
46
@Test
47
47
fun `test CI-only simple multi module project initialization with multiple AGP versions` () {
You can’t perform that action at this time.
0 commit comments