Skip to content

Comments

Add repositories standard to Spine SDK by RootPlugin#164

Merged
alexander-yevsyukov merged 9 commits intomasterfrom
add-custom-repositories
Feb 23, 2026
Merged

Add repositories standard to Spine SDK by RootPlugin#164
alexander-yevsyukov merged 9 commits intomasterfrom
add-custom-repositories

Conversation

@alexander-yevsyukov
Copy link
Contributor

@alexander-yevsyukov alexander-yevsyukov commented Feb 20, 2026

This PR teaches the RootPlugin to add the following repositories when it is applied to a project:

repositories {
    mavenLocal()
    mavenCentral()
    maven("https://europe-maven.pkg.dev/spine-event-engine/snapshots")
    maven("https://europe-maven.pkg.dev/spine-event-engine/releases")
}

The repositories are listed in the order they are added.

This is needed to make it easier for new users to apply Spine plugins to a project and get the needed dependencies automatically.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 689c77ef18

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@alexander-yevsyukov alexander-yevsyukov merged commit 27e08af into master Feb 23, 2026
6 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the add-custom-repositories branch February 23, 2026 13:50
@github-project-automation github-project-automation bot moved this to ✅ Done in v2.0 Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants