File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/test/groovy/org/gradle/android Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -547,9 +547,15 @@ class CrossVersionOutcomeAndRelocationTest extends AbstractTest {
547
547
builder. expect(' :app:mergeReleaseResources' , SUCCESS )
548
548
builder. expect(' :app:processDebugResources' , SUCCESS )
549
549
builder. expect(' :app:processReleaseResources' , SUCCESS )
550
+ // New tasks in 4.2.0-beta04
550
551
builder. expect(' :library:javaPreCompileDebug' , FROM_CACHE )
551
552
builder. expect(' :library:javaPreCompileRelease' , FROM_CACHE )
552
553
builder. expect(' :app:javaPreCompileDebug' , FROM_CACHE )
553
554
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 )
554
560
}
555
561
}
You can’t perform that action at this time.
0 commit comments