packets: update project references from packets:api to packets:packets-api

This commit is contained in:
Oliver
2025-03-29 20:55:38 +01:00
parent ba95dc4a8e
commit 215ecbb692
47 changed files with 22 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ allprojects {
dependencies { dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
implementation(project(":libraries:packets:api")) implementation(project(":libraries:packets:packets-api"))
implementation(project(":libraries:packets:factories")) implementation(project(":libraries:packets:factories"))
implementation(project(":libraries:packets:implementations:1_21_5")) implementation(project(":libraries:packets:implementations:1_21_5"))
implementation(project(":libraries:packets:implementations:1_21_4")) implementation(project(":libraries:packets:implementations:1_21_4"))

View File

@@ -4,7 +4,7 @@ plugins {
dependencies { dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
compileOnly(project(":libraries:packets:api")) compileOnly(project(":libraries:packets:packets-api"))
compileOnly(project(":libraries:packets:implementations:1_20_6")) compileOnly(project(":libraries:packets:implementations:1_20_6"))
compileOnly(project(":libraries:packets:implementations:1_21_3")) compileOnly(project(":libraries:packets:implementations:1_21_3"))
compileOnly(project(":libraries:packets:implementations:1_21_4")) compileOnly(project(":libraries:packets:implementations:1_21_4"))

View File

@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
dependencies { dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT") paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":libraries:packets:api")) compileOnly(project(":libraries:packets:packets-api"))
testImplementation(project(":libraries:packets:api")) testImplementation(project(":libraries:packets:packets-api"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1") testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")

View File

@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
dependencies { dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT") paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":libraries:packets:api")) compileOnly(project(":libraries:packets:packets-api"))
testImplementation(project(":libraries:packets:api")) testImplementation(project(":libraries:packets:packets-api"))
testImplementation(project(":libraries:packets:implementations:1_20_6")) testImplementation(project(":libraries:packets:implementations:1_20_6"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")

View File

@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
dependencies { dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT") paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":libraries:packets:api")) compileOnly(project(":libraries:packets:packets-api"))
testImplementation(project(":libraries:packets:api")) testImplementation(project(":libraries:packets:packets-api"))
testImplementation(project(":libraries:packets:implementations:1_20_6")) testImplementation(project(":libraries:packets:implementations:1_20_6"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")

View File

@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
dependencies { dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT") paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":libraries:packets:api")) compileOnly(project(":libraries:packets:packets-api"))
testImplementation(project(":libraries:packets:api")) testImplementation(project(":libraries:packets:packets-api"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1") testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")

View File

@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
dependencies { dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT") paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":libraries:packets:api")) compileOnly(project(":libraries:packets:packets-api"))
testImplementation(project(":libraries:packets:api")) testImplementation(project(":libraries:packets:packets-api"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1") testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")

View File

@@ -7,9 +7,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
dependencies { dependencies {
paperweight.paperDevBundle("1.21.5-no-moonrise-SNAPSHOT") paperweight.paperDevBundle("1.21.5-no-moonrise-SNAPSHOT")
compileOnly(project(":libraries:packets:api")) compileOnly(project(":libraries:packets:packets-api"))
testImplementation(project(":libraries:packets:api")) testImplementation(project(":libraries:packets:packets-api"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1") testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")

View File

@@ -19,7 +19,7 @@ repositories {
dependencies { dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
implementation(project(":libraries:packets:api")) implementation(project(":libraries:packets:packets-api"))
implementation(project(":libraries:packets:factories")) implementation(project(":libraries:packets:factories"))
implementation(project(":libraries:packets:implementations:1_20_6")) implementation(project(":libraries:packets:implementations:1_20_6"))
implementation(project(":libraries:packets:implementations:1_21_3")) implementation(project(":libraries:packets:implementations:1_21_3"))

View File

@@ -63,9 +63,13 @@ dependencies {
implementation(project(":plugins:fancyholograms-v2:implementation_1_20_1", configuration = "reobf")) implementation(project(":plugins:fancyholograms-v2:implementation_1_20_1", configuration = "reobf"))
implementation(project(":plugins:fancyholograms-v2:implementation_1_19_4", configuration = "reobf")) implementation(project(":plugins:fancyholograms-v2:implementation_1_19_4", configuration = "reobf"))
rootProject.subprojects
.filter { it.path.startsWith(":libraries:packets:implementations") }
.forEach { implementation(project(it.path)) }
implementation(project(":libraries:packets:packets-api"))
implementation(project(":libraries:packets:factories"))
implementation(project(":libraries:common")) implementation(project(":libraries:common"))
implementation(project(":libraries:jdb")) implementation(project(":libraries:jdb"))
implementation("de.oliver:FancySitula:0.0.13")
implementation("de.oliver.FancyAnalytics:api:0.1.6") implementation("de.oliver.FancyAnalytics:api:0.1.6")
implementation("de.oliver.FancyAnalytics:logger:0.0.6") implementation("de.oliver.FancyAnalytics:logger:0.0.6")

View File

@@ -31,7 +31,7 @@ dependencies {
implementation(project(":libraries:common")) implementation(project(":libraries:common"))
implementation(project(":libraries:plugin-tests")) implementation(project(":libraries:plugin-tests"))
implementation(project(":libraries:jdb")) implementation(project(":libraries:jdb"))
implementation(project(":libraries:packets:api")) implementation(project(":libraries:packets:packets-api"))
implementation(project(":libraries:packets:factories")) implementation(project(":libraries:packets:factories"))
compileOnly("de.oliver.FancyAnalytics:api:0.1.6") // loaded in FancyVisualLoader compileOnly("de.oliver.FancyAnalytics:api:0.1.6") // loaded in FancyVisualLoader
compileOnly("de.oliver.FancyAnalytics:logger:0.0.6") // loaded in FancyVisualLoader compileOnly("de.oliver.FancyAnalytics:logger:0.0.6") // loaded in FancyVisualLoader

View File

@@ -33,7 +33,7 @@ include(":libraries:common")
include(":libraries:jdb") include(":libraries:jdb")
include(":libraries:plugin-tests") include(":libraries:plugin-tests")
include(":libraries:packets:api") include(":libraries:packets:packets-api")
include(":libraries:packets:factories") include(":libraries:packets:factories")
include(":libraries:packets:implementations") include(":libraries:packets:implementations")
include(":libraries:packets:implementations:1_20_6") include(":libraries:packets:implementations:1_20_6")