File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/groovy/org/gradle/android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -547,12 +547,12 @@ 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
+ // New tasks in 7.0 .0-beta04
551
551
builder. expect(' :library:javaPreCompileDebug' , FROM_CACHE )
552
552
builder. expect(' :library:javaPreCompileRelease' , FROM_CACHE )
553
553
builder. expect(' :app:javaPreCompileDebug' , FROM_CACHE )
554
554
builder. expect(' :app:javaPreCompileRelease' , FROM_CACHE )
555
- // New non-cacheable tasks in 4.2 .0-beta05
555
+ // New non-cacheable tasks in 7.0 .0-beta05
556
556
builder. expect(' :app:mergeReleaseArtProfile' , SUCCESS )
557
557
builder. expect(' :app:compileReleaseArtProfile' , FROM_CACHE )
558
558
builder. expect(' :library:prepareReleaseArtProfile' , SUCCESS )
You can’t perform that action at this time.
0 commit comments