mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-09 19:04:36 +08:00
16 lines
298 B
Groovy
16 lines
298 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url 'https://repo.spring.io/milestone' }
|
|
maven { url 'https://repo.spring.io/snapshot' }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'databasir'
|
|
include 'plugin'
|
|
include 'api'
|
|
include 'common'
|
|
include 'dao'
|
|
include 'core'
|
|
|