Skip to content

Commit

Permalink
Merge pull request #420 from raynigon/bugfix/publishing-was-broken
Browse files Browse the repository at this point in the history
Fix Publishing
  • Loading branch information
raynigon authored Nov 28, 2024
2 parents be2075d + d038c0b commit c129b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/scripts/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ publishing {
artifactId = project.name

from components.java
artifact tasks.sourcesJar
artifact tasks.javadocJar

pom {
name = project.name
Expand Down

0 comments on commit c129b3d

Please sign in to comment.