This repository was archived by the owner on Oct 18, 2024. It is now read-only.
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)
7070 it.dontBuildAndroidTestRuntimeClasspath = true
7171 it.dontBuildTestFixtureRuntimeClasspath = true
7272 it.dontBuildUnitTestRuntimeClasspath = true
73+ it.dontBuildHostTestRuntimeClasspath = emptyMap()
74+ it.dontBuildScreenshotTestRuntimeClasspath = true
7375 }
7476
7577 controller.findModel(module, ProjectSyncIssues ::class .java)?.also { syncIssues ->
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class CIOnlyToolingApiTests {
4141
4242 /* *
4343 * 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.
4545 */
4646 @Test
4747 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