Handle synthetic AGP marker JARs in the local Google Maven proxy - #20
Merged
XRDOGE-XRPL merged 1 commit intoSep 13, 2026
Conversation
XRDOGE-XRPL
added this pull request to stack #21
September 13, 2026 00:07
Copilot created this pull request from a session on behalf of
XRDOGE-XRPL
September 13, 2026 00:07
View session
Base automatically changed from
copilot/fix-github-actions-job
to
copilot/behebe-dns-aufloesungsproblem
September 13, 2026 00:10
Co-authored-by: XRDOGE-XRPL <166251416+XRDOGE-XRPL@users.noreply.github.com>
XRDOGE-XRPL
force-pushed
the
copilot/fix-github-actions-job-again
branch
from
September 13, 2026 00:10
fdb3268 to
54bcc5b
Compare
XRDOGE-XRPL
marked this pull request as ready for review
September 13, 2026 00:10
XRDOGE-XRPL
merged commit Sep 13, 2026
34f16da
into
copilot/behebe-dns-aufloesungsproblem
2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Copilot setup was still failing during Gradle warmup because the local Google Maven proxy only synthesized the
com.android.application.gradle.pluginPOM. Gradle also requests the marker JAR, and that request was falling through to blocked external hosts, aborting resolution ofcom.android.tools.build:gradle:8.5.2.Root cause
Change
tools/google_maven_proxy.pyto also return an empty JAR forcom.android.application.gradle.plugin.com.android.tools.build:gradle.Effect
dl.google.comno longer breaks plugin classpath resolution for this marker.Illustrative snippet