mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-10 23:44:58 +08:00
feat: init api (#2)
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
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'
|
||||
|
||||
|
Reference in New Issue
Block a user