Split project
This commit is contained in:
+6
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user