Skip to content

Add VSTS Maven repo to pluginManagement for buildsystem plugin resolution#2487

Merged
p3dr0rv merged 1 commit intoworking/release/8.3.0from
fix/add-buildsystem-plugin-repo
Mar 23, 2026
Merged

Add VSTS Maven repo to pluginManagement for buildsystem plugin resolution#2487
p3dr0rv merged 1 commit intoworking/release/8.3.0from
fix/add-buildsystem-plugin-repo

Conversation

@p3dr0rv
Copy link
Collaborator

@p3dr0rv p3dr0rv commented Mar 23, 2026

Problem

The com.microsoft.identity.buildsystem plugin (v0.2.5) could not be resolved during Gradle builds because the pluginManagement.repositories block in settings.gradle only included google() and gradlePluginPortal().

This caused the following build failure:

Plugin [id: 'com.microsoft.identity.buildsystem', version: '0.2.5'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact)
  Searched in: Google, Gradle Central Plugin Repository

Fix

Added the VSTS NewAndroid Maven feed to pluginManagement.repositories in settings.gradle, matching the same repository configuration already present in the buildscript.repositories block of build.gradle.

Testing

https://identitydivision.visualstudio.com/Engineering/_build/results?buildId=1610215&view=results

…tion

The com.microsoft.identity.buildsystem plugin is published to the VSTS
NewAndroid Maven feed, but pluginManagement.repositories only had google()
and gradlePluginPortal(). This caused build failures when Gradle could not
resolve the plugin artifact.

Add the VSTS Maven repository to pluginManagement.repositories so the
custom build plugin can be resolved during Gradle plugin resolution.
@p3dr0rv p3dr0rv requested a review from a team as a code owner March 23, 2026 19:13
@github-actions
Copy link

❌ Work item link check failed. Description does not contain AB#{ID}.

Click here to Learn more.

@p3dr0rv p3dr0rv added the No-Changelog This change does not update the changelog. label Mar 23, 2026
@p3dr0rv p3dr0rv merged commit 1d0601b into working/release/8.3.0 Mar 23, 2026
23 of 29 checks passed
@p3dr0rv p3dr0rv deleted the fix/add-buildsystem-plugin-repo branch March 23, 2026 21:39
@darasok85az-lang
Copy link

Hey who are you why you on my account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

No-Changelog This change does not update the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants