Configures the standard pluginManagement repositories used by Helix plugins.
- Adds Gradle Plugin Portal, Maven Central, and Sonatype snapshots to pluginManagement.repositories.
Usage
settings.gradle
Groovy DSL
plugins {
id 'com.helixframework.plugin-repos'
}
settings.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.plugin-repos")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.
- Use this when you only want the repository setup and not the full Helix settings bootstrap.