Skip to content

Commit

Permalink
Fix Jitpack building
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Apr 24, 2023
1 parent dd0ef1a commit e59b42f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ configure<PublishingExtension> {
publications {
create<MavenPublication>("maven") {
groupId = "com.github.srnyx"
from(components["java"])
artifact(tasks["shadowJar"])
artifact(tasks["javadocJar"])
}
}
}
Expand Down

0 comments on commit e59b42f

Please sign in to comment.