Skip to content

Comments

Add repositories standard to Spine SDK by RootPlugin#164

Open
alexander-yevsyukov wants to merge 9 commits intomasterfrom
add-custom-repositories
Open

Add repositories standard to Spine SDK by RootPlugin#164
alexander-yevsyukov wants to merge 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".

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

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants