mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2026-01-14 07:03:32 +08:00
12 lines
396 B
Groovy
12 lines
396 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
|
|
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'
|
|
|