mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
packets: update project references from packets:api to packets:packets-api
This commit is contained in:
@@ -20,7 +20,7 @@ allprojects {
|
||||
dependencies {
|
||||
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:implementations:1_21_5"))
|
||||
implementation(project(":libraries:packets:implementations:1_21_4"))
|
||||
|
||||
@@ -4,7 +4,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
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_21_3"))
|
||||
compileOnly(project(":libraries:packets:implementations:1_21_4"))
|
||||
|
||||
@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
|
||||
|
||||
dependencies {
|
||||
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-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
|
||||
@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
|
||||
|
||||
dependencies {
|
||||
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("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
|
||||
@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
|
||||
|
||||
dependencies {
|
||||
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("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
|
||||
@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
|
||||
|
||||
dependencies {
|
||||
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-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
|
||||
@@ -9,9 +9,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
|
||||
|
||||
dependencies {
|
||||
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-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
|
||||
@@ -7,9 +7,9 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt
|
||||
|
||||
dependencies {
|
||||
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-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
|
||||
@@ -19,7 +19,7 @@ repositories {
|
||||
dependencies {
|
||||
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:implementations:1_20_6"))
|
||||
implementation(project(":libraries:packets:implementations:1_21_3"))
|
||||
|
||||
Reference in New Issue
Block a user