Skip to content

removed maven proxy#76

Merged
fbzli merged 1 commit into
feature/v2from
unfeature/maven-proxy
Jun 9, 2026
Merged

removed maven proxy#76
fbzli merged 1 commit into
feature/v2from
unfeature/maven-proxy

Conversation

@fbzli

@fbzli fbzli commented May 28, 2026

Copy link
Copy Markdown
Contributor

Depends on #73

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the Maven proxy setup from the Android CI infrastructure. The maven-proxy-setup composite action is deleted, and all references to maven-proxy-url, maven-proxy-username, and maven-proxy-password inputs (and the artifactory secrets that fed them) are removed from base/app setup composite actions and the workflows that call them.

Changes:

  • Delete the maven-proxy-setup composite action entirely.
  • Remove the maven-proxy inputs and the corresponding setup step from android-base-setup and android-app-setup composite actions.
  • Remove the maven-proxy secret pass-through from the five reusable workflows that consume these composites.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/actions/maven-proxy-setup/action.yml Deletes the composite action that installed the Gradle init script for the Maven proxy.
.github/actions/android-base-setup/action.yml Drops maven-proxy inputs, description, and the proxy setup step.
.github/actions/android-app-setup/action.yml Drops maven-proxy inputs and stops forwarding them to base setup.
.github/workflows/android_library_artifactory.yml Stops passing artifactory secrets as maven-proxy inputs.
.github/workflows/android_gradle_task.yml Stops passing artifactory secrets as maven-proxy inputs.
.github/workflows/android_code_quality.yml Removes maven-proxy inputs from both setup invocations.
.github/workflows/android_build_store_upload.yml Removes maven-proxy inputs from both setup invocations.
.github/workflows/android_build_alpaka_upload.yml Removes maven-proxy inputs from both setup invocations.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fbzli fbzli added the v2 The next generation action label May 28, 2026
Base automatically changed from unfeature/zstd to feature/v2 June 9, 2026 07:42
@fbzli fbzli merged commit 4e55de7 into feature/v2 Jun 9, 2026
1 check passed
@fbzli fbzli deleted the unfeature/maven-proxy branch June 9, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v2 The next generation action

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants