mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2026-01-15 07:03:27 +08:00
11 lines
334 B
Groovy
11 lines
334 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
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 = 'plugin-s3'
|