mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-19 14:59:19 +00:00
Rename modern module to integrations
This commit is contained in:
@@ -13,7 +13,7 @@ repositories {
|
||||
dependencies {
|
||||
implementation(project(":api"))
|
||||
implementation(project(":folia"))
|
||||
implementation(project(":modern"))
|
||||
implementation(project(":integrations"))
|
||||
|
||||
testImplementation("com.github.seeseemelk:MockBukkit-v1.21:3.133.2")
|
||||
testImplementation("org.reflections:reflections:0.10.2")
|
||||
@@ -104,7 +104,7 @@ tasks {
|
||||
shadowJar {
|
||||
archiveBaseName.set("rpgregions-2")
|
||||
minimize {
|
||||
exclude(project(":modern"))
|
||||
exclude(project(":integrations"))
|
||||
exclude(dependency("net.wesjd:anvilgui:1.10.7-SNAPSHOT"))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,4 +9,4 @@ plugins {
|
||||
}
|
||||
|
||||
rootProject.name = "rpgregions-2"
|
||||
include("rpgregions", "modern", "api", "folia")
|
||||
include("rpgregions", "integrations", "api", "folia")
|
||||
|
||||
Reference in New Issue
Block a user