File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ class ResourcesTest : GradlePluginTestBase() {
327327 fun testAndroidAppWithResources () {
328328 // FIXME delete the filter when https://issuetracker.google.com/456657404 is fixed
329329 Assumptions .assumeFalse {
330- currentOS == OS .Windows && defaultTestEnvironment.gradleVersion .contains(" 9.0.0" )
330+ currentOS == OS .Windows && defaultTestEnvironment.agpVersion .contains(" 9.0.0" )
331331 }
332332 with (testProject(" misc/androidAppWithResources" , defaultTestEnvironment)) {
333333 gradle(" :appModule:assembleDebug" ).checks {
@@ -406,7 +406,7 @@ class ResourcesTest : GradlePluginTestBase() {
406406 .getConvertedResources(commonResourcesDir, repackDir)
407407
408408 // FIXME delete the filter when https://issuetracker.google.com/456657404 is fixed
409- val skipAndroidCheck = currentOS == OS .Windows && defaultTestEnvironment.gradleVersion .contains(" 9.0.0" )
409+ val skipAndroidCheck = currentOS == OS .Windows && defaultTestEnvironment.agpVersion .contains(" 9.0.0" )
410410 if (! skipAndroidCheck) {
411411 gradle(" :androidApp:assemble" ).checks {
412412 check.taskSuccessful(" :sharedUI:copyAndroidMainComposeResourcesToAndroidAssets" )
You can’t perform that action at this time.
0 commit comments