mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2025-10-14 15:11:52 +00:00
11 lines
323 B
Groovy
11 lines
323 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
|
maven { url 'https://maven.aliyun.com/repository/spring-plugin' }
|
|
maven { url 'https://repo.spring.io/milestone' }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = 'halo-plugin-template'
|
|
|