Split project

This commit is contained in:
Len
2022-07-09 14:53:27 +02:00
parent 259e806d59
commit bde0f5d040
25 changed files with 132 additions and 69 deletions
+6 -1
View File
@@ -1,5 +1,8 @@
rootProject.name = "PlayerShops"
include(":api")
include(":plugin")
dependencyResolutionManagement {
repositories {
mavenCentral()
@@ -17,4 +20,6 @@ pluginManagement {
repositories {
gradlePluginPortal()
}
}
}
include("api")
include("plugin")