Skip to content

Commit 185e86f

Browse files
committed
Publish proxy's shadow jar
1 parent f644d27 commit 185e86f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build-logic/src/main/kotlin/velocity-publish.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ extensions.configure<PublishingExtension> {
2424
publications {
2525
create<MavenPublication>("maven") {
2626
from(components["java"])
27+
if (components.findByName("shadowJar") != null) {
28+
artifact(tasks["shadowJar"])
29+
}
30+
2731
pom {
2832
name.set("Velocity")
2933
description.set("The modern, next-generation Minecraft server proxy")

proxy/log4j2-plugin/build.gradle.kts

Whitespace-only changes.

0 commit comments

Comments
 (0)