mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-17 16:34:02 +08:00
10 lines
239 B
Groovy
10 lines
239 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url = 'https://repo.spring.io/milestone' }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'halo'
|
|
include 'api', 'application', 'platform:application', 'platform:plugin', 'ui'
|