refactor: replace FancyLib dependency with project references

This commit is contained in:
Oliver
2025-03-29 20:31:35 +01:00
parent 2835584da9
commit 87e5901dcc
12 changed files with 15 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ val minecraftVersion = "1.19.4"
dependencies {
compileOnly("io.papermc.paper:paper-api:$minecraftVersion-R0.1-SNAPSHOT")
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("de.oliver.FancyAnalytics:logger:0.0.6")
implementation("org.lushplugins:ChatColorHandler:5.1.3")

View File

@@ -62,9 +62,10 @@ dependencies {
implementation(project(":plugins:fancynpcs:implementation_1_20", configuration = "reobf"))
implementation(project(":plugins:fancynpcs:implementation_1_19_4", configuration = "reobf"))
implementation("de.oliver:FancyLib:37")
implementation("de.oliver:plugin-tests:1.0.0")
implementation("de.oliver:JDB:1.0.0")
implementation(project(":libraries:common"))
implementation(project(":libraries:jdb"))
implementation(project(":libraries:plugin-tests"))
implementation(project(":libraries:packets"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
implementation("de.oliver.FancyAnalytics:api:0.1.6")
implementation("de.oliver.FancyAnalytics:logger:0.0.6")

View File

@@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}

View File

@@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}

View File

@@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}

View File

@@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}

View File

@@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}

View File

@@ -11,7 +11,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}

View File

@@ -11,7 +11,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}

View File

@@ -11,7 +11,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}

View File

@@ -11,7 +11,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}

View File

@@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("1.21.5-no-moonrise-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}