Skip to content

Commit 4d46e18

Browse files
committed
Add test parameter injector to aar list
Gradle error: ``` What went wrong: Execution failed for task ':test-utils:generatePomFileForReleasePublication'. > Could not apply withXml() to generated POM > com.google.testparameterinjector:test-parameter-injector is not on the JAR or AAR list in missing_aar_type_workaround.gradle ``` PiperOrigin-RevId: 822074776 (cherry picked from commit f7a66c9)
1 parent edbbf49 commit 4d46e18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

missing_aar_type_workaround.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def addMissingAarTypeToXml(xml) {
6060
"com.google.android.gms:play-services-cast-framework",
6161
"com.google.android.gms:play-services-cronet",
6262
"com.google.android.material:material",
63+
"com.google.testparameterinjector:test-parameter-injector",
6364
"io.antmedia:rtmp-client",
6465
// go/keep-sorted end
6566
]

0 commit comments

Comments
 (0)