The Wayback Machine - https://web.archive.org/web/20210721013142/https://github.com/topics/gradle-plugin
Skip to content
#

gradle-plugin

Here are 1,103 public repositories matching this topic...

rmannibucau
rmannibucau commented Jul 19, 2021

Hi,

Seems broken pipe error is tested without taking into account i18n so it is missed on most builds not using en:

(french example)
java.net.SocketException: Relais brisé (pipe)

Not sure the best fix (forcing the locale is likely not an option, whitelisting most of translation is maybe not)

powerserg17-bunch
powerserg17-bunch commented Apr 6, 2021

Describe the issue
AGP version 4.2.0-alpha07+ fails with

Execution failed for task ':sdk-android:processReleaseManifest'.
> java.io.FileNotFoundException: /Users/powerserg/merging/sdk-android/build/intermediates/library_manifest/release/AndroidManifest.xml (No such file or directory)

AndroidManifest.xml is found in`${mProject.buildDir.path}/intermediates/merged_manifest/${mVar

Improve this page

Add a description, image, and links to the gradle-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gradle-plugin topic, visit your repo's landing page and select "manage topics."

Learn more