Skip to content

Commit 4ff743b

Browse files
author
xyzjesper
committed
fixed packet publish.
1 parent b472692 commit 4ff743b

7 files changed

Lines changed: 2 additions & 7 deletions

File tree

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ publishing {
6868
publications {
6969
create<MavenPublication>("reposilite") {
7070
from(components["java"])
71-
artifactId = "paper-custom"
71+
artifactId = "common"
7272
groupId = group as String
7373
version = version
7474
}

paper/core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ publishing {
5151
publications {
5252
create<MavenPublication>("reposilite") {
5353
from(components["java"])
54-
artifactId = "common"
54+
artifactId = "paper-core"
5555
groupId = group as String
5656
version = version
5757
}

paper/custom/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ tasks {
3434
}
3535
shadowJar {
3636
relocate("com.mojang.authlib", "net.crystopia.libs.authlib")
37-
relocate("gg.flyte.twilight", "net.crystopia.libs.twilight")
3837
}
3938
java {
4039
withSourcesJar()

paper/dhl/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ tasks {
3131
}
3232
shadowJar {
3333
relocate("com.mojang.authlib", "net.crystopia.libs.authlib")
34-
relocate("gg.flyte.twilight", "net.crystopia.libs.twilight")
3534
}
3635
java {
3736
withSourcesJar()

paper/pack/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ tasks {
3030
}
3131
shadowJar {
3232
relocate("com.mojang.authlib", "net.crystopia.libs.authlib")
33-
relocate("gg.flyte.twilight", "net.crystopia.libs.twilight")
3433
}
3534
java {
3635
withSourcesJar()

paper/panic/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ tasks {
2929
}
3030
shadowJar {
3131
relocate("com.mojang.authlib", "net.crystopia.libs.authlib")
32-
relocate("gg.flyte.twilight", "net.crystopia.libs.twilight")
3332
}
3433
java {
3534
withSourcesJar()

paper/simulacrum/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ tasks {
3333
}
3434
shadowJar {
3535
relocate("com.mojang.authlib", "net.crystopia.libs.authlib")
36-
relocate("gg.flyte.twilight", "net.crystopia.libs.twilight")
3736
}
3837
java {
3938
withSourcesJar()

0 commit comments

Comments
 (0)