Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jul 11, 2024
1 parent e37d3b4 commit 6e4849c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,12 @@ tasks.withType<RemapJarTask> {
publishing {
publications {
create<MavenPublication>("maven") {
from(components["java"])
artifactId = "world-host"

artifact(tasks.named("remapJar"))
artifact(tasks.named("sourcesJar")) {
classifier = "sources"
}
}
}
}

0 comments on commit 6e4849c

Please sign in to comment.