Skip to content

Commit

Permalink
Fix: Change publication component from 'shadow' to 'java'
Browse files Browse the repository at this point in the history
  • Loading branch information
Uni0305 committed Dec 6, 2024
1 parent 080475c commit 3e97543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tasks.runServer {
publishing {
publications {
create<MavenPublication>("maven") {
from(components["shadow"])
from(components["java"])
}
}
}

0 comments on commit 3e97543

Please sign in to comment.