Skip to content

Commit a4853ae

Browse files
committed
Add support for new 7 beta05 tasks.
1 parent 4b0a92b commit a4853ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/groovy/org/gradle/android/CrossVersionOutcomeAndRelocationTest.groovy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,15 @@ class CrossVersionOutcomeAndRelocationTest extends AbstractTest {
547547
builder.expect(':app:mergeReleaseResources', SUCCESS)
548548
builder.expect(':app:processDebugResources', SUCCESS)
549549
builder.expect(':app:processReleaseResources', SUCCESS)
550+
// New tasks in 4.2.0-beta04
550551
builder.expect(':library:javaPreCompileDebug', FROM_CACHE)
551552
builder.expect(':library:javaPreCompileRelease', FROM_CACHE)
552553
builder.expect(':app:javaPreCompileDebug', FROM_CACHE)
553554
builder.expect(':app:javaPreCompileRelease', FROM_CACHE)
555+
// New non-cacheable tasks in 4.2.0-beta05
556+
builder.expect(':app:mergeReleaseArtProfile', SUCCESS)
557+
builder.expect(':app:compileReleaseArtProfile', FROM_CACHE)
558+
builder.expect(':library:prepareReleaseArtProfile', SUCCESS)
559+
builder.expect(':library:prepareDebugArtProfile', SUCCESS)
554560
}
555561
}

0 commit comments

Comments
 (0)