diff --git a/gradle.properties b/gradle.properties index 6c942f8c..dcdc0840 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ org.gradle.kotlin.dsl.allWarningsAsErrors=true systemProp.pts.enabled=true -org.gradle.android.latestKnownAgpVersion=9.2.0-alpha07 +org.gradle.android.latestKnownAgpVersion=9.3.0-alpha01 diff --git a/src/test/resources/expectedOutcomes/9.3_outcomes.json b/src/test/resources/expectedOutcomes/9.3_outcomes.json new file mode 100644 index 00000000..66db5c3b --- /dev/null +++ b/src/test/resources/expectedOutcomes/9.3_outcomes.json @@ -0,0 +1,169 @@ +{ + ":app:assemble" : "SUCCESS", + ":app:assembleDebug" : "SUCCESS", + ":app:assembleRelease" : "SUCCESS", + ":app:checkDebugAarMetadata" : "SUCCESS", + ":app:checkDebugDuplicateClasses" : "SUCCESS", + ":app:checkReleaseAarMetadata" : "SUCCESS", + ":app:checkReleaseDuplicateClasses" : "SUCCESS", + ":app:collectReleaseDependencies" : "SUCCESS", + ":app:compileDebugJavaWithJavac" : "FROM_CACHE", + ":app:compileDebugKotlin" : "FROM_CACHE", + ":app:compileReleaseArtProfile" : "FROM_CACHE", + ":app:compileReleaseJavaWithJavac" : "FROM_CACHE", + ":app:compileReleaseKotlin" : "FROM_CACHE", + ":app:compressDebugAssets" : "FROM_CACHE", + ":app:compressReleaseAssets" : "FROM_CACHE", + ":app:createDebugApkListingFileRedirect" : "SUCCESS", + ":app:createDebugCompatibleScreenManifests" : "SUCCESS", + ":app:createReleaseApkListingFileRedirect" : "SUCCESS", + ":app:createReleaseCompatibleScreenManifests" : "SUCCESS", + ":app:desugarDebugFileDependencies" : "FROM_CACHE", + ":app:desugarReleaseFileDependencies" : "FROM_CACHE", + ":app:dexBuilderDebug" : "FROM_CACHE", + ":app:dexBuilderRelease" : "FROM_CACHE", + ":app:extractDeepLinksDebug" : "FROM_CACHE", + ":app:extractDeepLinksRelease" : "FROM_CACHE", + ":app:extractReleaseNativeSymbolTables" : "NO_SOURCE", + ":app:extractReleaseVersionControlInfo" : "SUCCESS", + ":app:generateDebugAssets" : "UP_TO_DATE", + ":app:generateDebugResources" : "FROM_CACHE", + ":app:generateReleaseAssets" : "UP_TO_DATE", + ":app:generateReleaseResources" : "FROM_CACHE", + ":app:javaPreCompileDebug" : "FROM_CACHE", + ":app:javaPreCompileRelease" : "FROM_CACHE", + ":app:mapDebugSourceSetPaths" : "SUCCESS", + ":app:mapReleaseSourceSetPaths" : "SUCCESS", + ":app:mergeDebugAssets" : "SUCCESS", + ":app:mergeDebugGlobalSynthetics" : "FROM_CACHE", + ":app:mergeDebugJavaResource" : "SUCCESS", + ":app:mergeDebugJniLibFolders" : "SUCCESS", + ":app:mergeDebugNativeDebugMetadata" : "NO_SOURCE", + ":app:mergeDebugNativeLibs" : "NO_SOURCE", + ":app:mergeDebugResources" : "FROM_CACHE", + ":app:mergeDexRelease" : "FROM_CACHE", + ":app:mergeExtDexDebug" : "FROM_CACHE", + ":app:mergeExtDexRelease" : "FROM_CACHE", + ":app:mergeLibDexDebug" : "FROM_CACHE", + ":app:mergeProjectDexDebug" : "FROM_CACHE", + ":app:mergeReleaseArtProfile" : "SUCCESS", + ":app:mergeReleaseAssets" : "SUCCESS", + ":app:mergeReleaseGlobalSynthetics" : "FROM_CACHE", + ":app:mergeReleaseJavaResource" : "SUCCESS", + ":app:mergeReleaseJniLibFolders" : "SUCCESS", + ":app:mergeReleaseNativeDebugMetadata" : "NO_SOURCE", + ":app:mergeReleaseNativeLibs" : "NO_SOURCE", + ":app:mergeReleaseResources" : "FROM_CACHE", + ":app:optimizeReleaseResources" : "FROM_CACHE", + ":app:packageDebug" : "SUCCESS", + ":app:packageDebugResources" : "FROM_CACHE", + ":app:packageReleaseResources" : "FROM_CACHE", + ":app:parseDebugLocalResources" : "FROM_CACHE", + ":app:parseReleaseLocalResources" : "FROM_CACHE", + ":app:packageRelease" : "SUCCESS", + ":app:preBuild" : "UP_TO_DATE", + ":app:preDebugBuild" : "UP_TO_DATE", + ":app:preReleaseBuild" : "UP_TO_DATE", + ":app:processDebugJavaRes" : "SUCCESS", + ":app:processDebugMainManifest" : "FROM_CACHE", + ":app:processDebugManifest" : "FROM_CACHE", + ":app:processDebugManifestForPackage" : "FROM_CACHE", + ":app:processDebugResources" : "FROM_CACHE", + ":app:processReleaseJavaRes" : "SUCCESS", + ":app:processReleaseMainManifest" : "FROM_CACHE", + ":app:processReleaseManifest" : "FROM_CACHE", + ":app:processReleaseManifestForPackage" : "FROM_CACHE", + ":app:processReleaseResources" : "FROM_CACHE", + ":app:sdkReleaseDependencyData" : "SUCCESS", + ":app:stripDebugDebugSymbols" : "NO_SOURCE", + ":app:stripReleaseDebugSymbols" : "NO_SOURCE", + ":app:validateSigningDebug" : "SUCCESS", + ":app:writeDebugAppMetadata" : "SUCCESS", + ":app:writeDebugSigningConfigVersions" : "SUCCESS", + ":app:writeReleaseAppMetadata" : "SUCCESS", + ":app:writeReleaseSigningConfigVersions" : "SUCCESS", + ":app:mergeReleaseStartupProfile" : "SUCCESS", + ":library:assemble" : "SUCCESS", + ":library:assembleDebug" : "SUCCESS", + ":library:assembleRelease" : "SUCCESS", + ":library:bundleDebugAar" : "SUCCESS", + ":library:bundleLibCompileToJarDebug" : "SUCCESS", + ":library:bundleLibCompileToJarRelease" : "SUCCESS", + ":library:bundleLibRuntimeToDirDebug" : "SUCCESS", + ":library:bundleLibRuntimeToDirRelease" : "SUCCESS", + ":library:bundleLibRuntimeToJarDebug" : "SUCCESS", + ":library:bundleLibRuntimeToJarRelease" : "SUCCESS", + ":library:bundleReleaseAar" : "SUCCESS", + ":library:compileDebugJavaWithJavac" : "FROM_CACHE", + ":library:compileDebugKotlin" : "FROM_CACHE", + ":library:compileDebugLibraryResources" : "FROM_CACHE", + ":library:compileReleaseJavaWithJavac" : "FROM_CACHE", + ":library:compileReleaseKotlin" : "FROM_CACHE", + ":library:compileReleaseLibraryResources" : "FROM_CACHE", + ":library:copyDebugJniLibsProjectAndLocalJars" : "SUCCESS", + ":library:copyDebugJniLibsProjectOnly" : "SUCCESS", + ":library:copyReleaseJniLibsProjectAndLocalJars" : "SUCCESS", + ":library:copyReleaseJniLibsProjectOnly" : "SUCCESS", + ":library:createFullJarDebug" : "SUCCESS", + ":library:createFullJarRelease" : "SUCCESS", + ":library:extractDebugAnnotations" : "FROM_CACHE", + ":library:extractDeepLinksDebug" : "FROM_CACHE", + ":library:extractDeepLinksForAarDebug" : "FROM_CACHE", + ":library:extractDeepLinksForAarRelease" : "FROM_CACHE", + ":library:extractDeepLinksRelease" : "FROM_CACHE", + ":library:extractReleaseAnnotations" : "FROM_CACHE", + ":library:generateDebugAssets" : "UP_TO_DATE", + ":library:generateDebugResources" : "FROM_CACHE", + ":library:generateDebugRFile" : "FROM_CACHE", + ":library:generateReleaseAssets" : "UP_TO_DATE", + ":library:generateReleaseResources" : "FROM_CACHE", + ":library:generateReleaseRFile" : "FROM_CACHE", + ":library:javaPreCompileDebug" : "FROM_CACHE", + ":library:javaPreCompileRelease" : "FROM_CACHE", + ":library:mapReleaseSourceSetPaths" : "SUCCESS", + ":library:mapDebugSourceSetPaths" : "SUCCESS", + ":library:mergeDebugAssets" : "SUCCESS", + ":library:mergeDebugConsumerProguardFiles" : "SUCCESS", + ":library:mergeDebugGeneratedProguardFiles" : "SUCCESS", + ":library:mergeDebugJavaResource" : "SUCCESS", + ":library:mergeDebugJniLibFolders" : "SUCCESS", + ":library:mergeDebugNativeLibs" : "NO_SOURCE", + ":library:mergeReleaseAssets" : "SUCCESS", + ":library:mergeReleaseConsumerProguardFiles" : "SUCCESS", + ":library:mergeReleaseGeneratedProguardFiles" : "SUCCESS", + ":library:mergeReleaseJavaResource" : "SUCCESS", + ":library:mergeReleaseJniLibFolders" : "SUCCESS", + ":library:mergeReleaseNativeLibs" : "NO_SOURCE", + ":library:mergeReleaseResources" : "FROM_CACHE", + ":library:packageDebugResources" : "FROM_CACHE", + ":library:packageReleaseResources" : "FROM_CACHE", + ":library:parseDebugLocalResources" : "FROM_CACHE", + ":library:parseReleaseLocalResources" : "FROM_CACHE", + ":library:preBuild" : "UP_TO_DATE", + ":library:preDebugBuild" : "UP_TO_DATE", + ":library:prepareDebugArtProfile" : "SUCCESS", + ":library:prepareLintJarForPublish" : "SUCCESS", + ":library:prepareReleaseArtProfile" : "SUCCESS", + ":library:preReleaseBuild" : "UP_TO_DATE", + ":library:processDebugJavaRes" : "SUCCESS", + ":library:processDebugManifest" : "FROM_CACHE", + ":library:processReleaseJavaRes" : "SUCCESS", + ":library:processReleaseManifest" : "FROM_CACHE", + ":library:stripDebugDebugSymbols" : "NO_SOURCE", + ":library:stripReleaseDebugSymbols" : "NO_SOURCE", + ":library:syncDebugLibJars" : "FROM_CACHE", + ":library:syncReleaseLibJars" : "FROM_CACHE", + ":library:verifyReleaseResources" : "FROM_CACHE", + ":library:writeDebugAarMetadata" : "SUCCESS", + ":library:writeReleaseAarMetadata" : "SUCCESS", + ":library:checkReleaseAarMetadata" : "SUCCESS", + ":library:checkDebugAarMetadata" : "SUCCESS", + ":library:processDebugNavigationResources" : "FROM_CACHE", + ":app:processDebugNavigationResources" : "FROM_CACHE", + ":app:compileDebugNavigationResources" : "FROM_CACHE", + ":library:processReleaseNavigationResources" : "FROM_CACHE", + ":app:processReleaseNavigationResources" : "FROM_CACHE", + ":app:compileReleaseNavigationResources" : "FROM_CACHE", + ":app:generateDebugRFile" : "FROM_CACHE", + ":app:generateReleaseRFile" : "FROM_CACHE" +} diff --git a/src/test/resources/versions.json b/src/test/resources/versions.json index 9850688e..0ce59621 100644 --- a/src/test/resources/versions.json +++ b/src/test/resources/versions.json @@ -1,74 +1,77 @@ { - "testedVersions": { - "9.2.0-alpha07": [ - "9.5.0-milestone-7" - ], - "9.1.1": [ - "9.3.1" - ], - "9.0.1": [ - "9.2.1" - ], - "8.13.2": [ - "8.14" - ], - "8.12.3": [ - "8.14" - ], - "8.11.2": [ - "8.13" - ], - "8.10.1": [ - "8.12" - ], - "8.9.3": [ - "8.12" - ], - "8.8.2": [ - "8.12" - ], - "8.7.3": [ - "8.12" - ], - "8.6.1": [ - "8.12" - ], - "8.5.2": [ - "8.12" - ], - "8.4.2": [ - "8.12" - ], - "8.3.2": [ - "8.12" - ], - "8.2.2": [ - "8.12" - ], - "8.1.4": [ - "8.12" - ], - "8.0.2": [ - "8.0.2" - ], - "7.4.2": [ - "7.6.2" - ], - "7.3.1": [ - "7.4.2", - "7.6.2" - ], - "7.2.2": [ - "7.3.3", - "7.6.2" - ], - "7.1.3": [ - "7.2", - "7.6.2" - ], - "7.0.4": [ - "7.0.2", - "7.6.2" - ] - } + "testedVersions": { + "9.3.0-alpha01": [ + "9.5.0-milestone-7" + ], + "9.2.0-alpha07": [ + "9.5.0-milestone-7" + ], + "9.1.1": [ + "9.3.1" + ], + "9.0.1": [ + "9.2.1" + ], + "8.13.2": [ + "8.14" + ], + "8.12.3": [ + "8.14" + ], + "8.11.2": [ + "8.13" + ], + "8.10.1": [ + "8.12" + ], + "8.9.3": [ + "8.12" + ], + "8.8.2": [ + "8.12" + ], + "8.7.3": [ + "8.12" + ], + "8.6.1": [ + "8.12" + ], + "8.5.2": [ + "8.12" + ], + "8.4.2": [ + "8.12" + ], + "8.3.2": [ + "8.12" + ], + "8.2.2": [ + "8.12" + ], + "8.1.4": [ + "8.12" + ], + "8.0.2": [ + "8.0.2" + ], + "7.4.2": [ + "7.6.2" + ], + "7.3.1": [ + "7.4.2", + "7.6.2" + ], + "7.2.2": [ + "7.3.3", + "7.6.2" + ], + "7.1.3": [ + "7.2", + "7.6.2" + ], + "7.0.4": [ + "7.0.2", + "7.6.2" + ] + } }