Skip to content

Commit

Permalink
Added missing javadoc and sources artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Apr 14, 2022
1 parent 15dd87b commit 650bb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -87,8 +87,8 @@ iCalendar support for integration architectures like Apache Camel
publications {
"$name"(MavenPublication) {
from components.java
// artifact javadocJar
// artifact sourcesJar
artifact javadocJar
artifact sourcesJar
pom.withXml {
asNode().appendNode('name', name)
asNode().appendNode('description', description)
Expand Down

0 comments on commit 650bb46

Please sign in to comment.