Skip to content

[Android] Restore MAE SDK configuration cache - #1526

Merged
bmehta001 merged 2 commits into
microsoft:mainfrom
bmehta001:bhamehta-fix-android-maven-config-cache
Aug 28, 2026
Merged

[Android] Restore MAE SDK configuration cache#1526
bmehta001 merged 2 commits into
microsoft:mainfrom
bmehta001:bhamehta-fix-android-maven-config-cache

Conversation

@bmehta001

Copy link
Copy Markdown
Contributor

Summary

  • remove the abandoned net.linguica.maven-settings plugin from the MAE SDK module
  • retain Gradle's built-in maven-publish plugin and its publishing task surface
  • remove Windows CI workarounds that deleted the runner's Maven settings solely for the obsolete plugin

The authenticated Azure Artifacts repository and MAE SDK publication definitions were removed in 2020, so Maven settings credentials, mirrors, and profiles have had no repository or publication to configure since then. The default dependency repositories remain google() and mavenCentral().

Validation

  • Windows: gradlew.bat :maesdk:assembleRelease --configuration-cache stored the configuration cache with no problems
  • Windows: repeated the same command and Gradle reported Configuration cache entry reused.
  • Windows: gradlew.bat :maesdk:test passed debug and release unit tests
  • Windows: gradlew.bat :maesdk:tasks --group publishing confirmed publish and publishToMavenLocal remain available

Resolves #1521

- Drop the abandoned plugin after its repositories and publications were removed.
- Keep Gradle's built-in Maven publishing tasks available.
- Remove CI workarounds that deleted user Maven settings.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@bmehta001
bmehta001 requested a review from a team as a code owner August 24, 2026 17:07
@bmehta001 bmehta001 self-assigned this Aug 24, 2026
@bmehta001
bmehta001 enabled auto-merge (squash) August 28, 2026 21:41
@bmehta001
bmehta001 merged commit ef4b369 into microsoft:main Aug 28, 2026
46 checks passed
@bmehta001
bmehta001 deleted the bhamehta-fix-android-maven-config-cache branch August 28, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Android] maesdk builds breaks config cache

2 participants